~davewalker/xmltv/544522

« back to all changes in this revision

Viewing changes to lib/exe_wrap.pl

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Lesicnik
  • Date: 2008-08-07 07:25:45 UTC
  • mfrom: (1.2.10 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080807072545-ttu7eljrarkzon1p
Tags: 0.5.52-1ubuntu1
* Merge from debian unstable, remaining changes: (LP: #255450)
  - Fixes multiple broken grabbers (LP: #193703)
  - Update 06_grab_no.dpatch
* Deleted 07_grab_pt.patch from debian/patches as it is now in Debian.

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.78 2008/02/17 07:09:00 rmeden Exp $
 
3
# $Id: exe_wrap.pl,v 1.79 2008/07/14 04:05:56 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.51';
 
72
my $VERSION = '0.5.52';
73
73
if (index('--version', $cmd) == 0 and length $cmd >= 3) {
74
74
    print "xmltv $VERSION\n";
75
75
    exit;