xmltv/lib XMLTV.pm.in, 1.171, 1.172 exe_wrap.pl, 1.97, 1.98
Robert Eden <[email protected]> Tue, 25 Aug 2015 03:53:26 +0000
| Newsgroups | gmane.comp.tv.xmltv.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/xmltv/xmltv/lib
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29986/lib
Modified Files:
XMLTV.pm.in exe_wrap.pl
Log Message:
prepare for 0.5.67 release
Index: XMLTV.pm.in
===================================================================
RCS file: /cvsroot/xmltv/xmltv/lib/XMLTV.pm.in,v
retrieving revision 1.171
retrieving revision 1.172
diff -C2 -d -r1.171 -r1.172
*** XMLTV.pm.in 12 Jul 2015 02:50:55 -0000 1.171
--- XMLTV.pm.in 25 Aug 2015 03:53:24 -0000 1.172
***************
*** 13,17 ****
# mkdist tool.
#
! our $VERSION = '0.5.66';
# Work around changing behaviour of XML::Twig. On some systems (like
--- 13,17 ----
# mkdist tool.
#
! our $VERSION = '0.5.67';
# Work around changing behaviour of XML::Twig. On some systems (like
Index: exe_wrap.pl
===================================================================
RCS file: /cvsroot/xmltv/xmltv/lib/exe_wrap.pl,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** exe_wrap.pl 12 Jul 2015 00:59:01 -0000 1.97
--- exe_wrap.pl 25 Aug 2015 03:53:24 -0000 1.98
***************
*** 70,74 ****
# --version (and abbreviations thereof)
! my $VERSION = '0.5.66';
if (index('--version', $cmd) == 0 and length $cmd >= 3) {
print "xmltv $VERSION\n";
--- 70,74 ----
# --version (and abbreviations thereof)
! my $VERSION = '0.5.67';
if (index('--version', $cmd) == 0 and length $cmd >= 3) {
print "xmltv $VERSION\n";
------------------------------------------------------------------------------