~vcs-imports/xmltv/trunk

« back to all changes in this revision

Viewing changes to lib/exe_wrap.pl

  • Committer: rmeden
  • Date: 2017-11-28 05:28:04 UTC
  • Revision ID: rmeden-20171128052804-n70lyr6ynm45bucj
prepare for 0.5.70 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!perl -w
2
2
#
3
 
# $Id: exe_wrap.pl,v 1.100 2017/01/24 04:59:46 rmeden Exp $
 
3
# $Id: exe_wrap.pl,v 1.101 2017/11/28 05:28:04 rmeden Exp $
4
4
# This is a quick XMLTV shell routing to use with the windows exe
5
5
#
6
6
# A single EXE is needed to allow sharing of modules and dlls of all the
69
69
$cmd = shift || "";
70
70
 
71
71
# --version (and abbreviations thereof)
72
 
my $VERSION = '0.5.69';
 
72
my $VERSION = '0.5.70';
73
73
if (index('--version', $cmd) == 0 and length $cmd >= 3) {
74
74
    print "xmltv $VERSION\n";
75
75
    exit;