texinfo-commits
[Top][All Lists]
Advanced

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

[7416] xsparagraph change version number to 0


From: gavinsmith0123
Subject: [7416] xsparagraph change version number to 0
Date: Sat, 24 Sep 2016 18:46:14 +0000 (UTC)

Revision: 7416
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7416
Author:   gavin
Date:     2016-09-24 18:46:14 +0000 (Sat, 24 Sep 2016)
Log Message:
-----------
xsparagraph change version number to 0

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/README-hacking
    trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm
    trunk/tp/Texinfo/Convert/XSParagraph/configure.ac

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-09-24 17:33:19 UTC (rev 7415)
+++ trunk/ChangeLog     2016-09-24 18:46:14 UTC (rev 7416)
@@ -1,5 +1,14 @@
 2016-09-24  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/Convert/XSParagraph/configure.ac,
+       tp/Texinfo/Convert/XSParagraph/TestXS.pm: Change version number 
+       to "0" as (a) alphabetic characters in the version don't work 
+       here, and (b) this saves us having to update the version here.
+       * README-hacking: Remove note to update the version number in 
+       these two files.
+
+2016-09-24  Gavin Smith  <address@hidden>
+
        * configure.ac, tp/Texinfo/Convert/XSParagraph/configure.ac,
        tp/Texinfo/Convert/XSParagraph/TestXS.pm: Bump version to 6.3dev.
        Remove "dist-xz" option for testing.

Modified: trunk/README-hacking
===================================================================
--- trunk/README-hacking        2016-09-24 17:33:19 UTC (rev 7415)
+++ trunk/README-hacking        2016-09-24 18:46:14 UTC (rev 7416)
@@ -179,9 +179,6 @@
 (cd tp && maintain/regenerate_documentlanguages.pl)
   -- regenerates tp/Texinfo/Documentlanguages.pm
 
-version number in
-  tp/Texinfo/Convert/XSParagraph/configure.ac, and
-  tp/Texinfo/Convert/XSParagraph/TestXS.pm
 sync texi2html/test/ results with tp/.
 
 ensure building standalone modules for CPAN still works.

Modified: trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm      2016-09-24 17:33:19 UTC 
(rev 7415)
+++ trunk/tp/Texinfo/Convert/XSParagraph/TestXS.pm      2016-09-24 18:46:14 UTC 
(rev 7416)
@@ -138,7 +138,7 @@
 #print STDERR "loadable object is at $dlpath\n";
 
 my $module = "TestXS";
-our $module_version = '6.3dev';
+our $module_version = '0';
 
 my $flags = 0;
 my $libref = DynaLoader::dl_load_file($dlpath, $flags);

Modified: trunk/tp/Texinfo/Convert/XSParagraph/configure.ac
===================================================================
--- trunk/tp/Texinfo/Convert/XSParagraph/configure.ac   2016-09-24 17:33:19 UTC 
(rev 7415)
+++ trunk/tp/Texinfo/Convert/XSParagraph/configure.ac   2016-09-24 18:46:14 UTC 
(rev 7416)
@@ -10,7 +10,7 @@
 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-AC_INIT([texinfo], [6.3dev])
+AC_INIT([texinfo], [0])
 AM_INIT_AUTOMAKE
 AC_CONFIG_MACRO_DIR([m4])
 




reply via email to

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