texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp texi2any.pl


From: Karl Berry
Subject: texinfo/tp texi2any.pl
Date: Sun, 19 Feb 2012 23:13:17 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       12/02/19 23:13:16

Modified files:
        tp             : texi2any.pl 

Log message:
        switch to 0.00-hardcoded for the final fallback

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.116&r2=1.117

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- texi2any.pl 19 Feb 2012 11:41:30 -0000      1.116
+++ texi2any.pl 19 Feb 2012 23:13:16 -0000      1.117
@@ -201,7 +201,7 @@
 # to retrieve the version number.
 # Otherwise this is only used as a safety value, and should never be used 
 # in practice as a regexp extracts the version from configure.ac.
-my $hardcoded_version = "4.13.90-hardcoded";
+my $hardcoded_version = "0.00-hardcoded";
 # Version set in configure.ac
 my $configured_version = '@PACKAGE_VERSION@';
 if ($configured_version eq '@' . 'PACKAGE_VERSION@') {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]