texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Tue, 17 Dec 2024 16:27:40 -0500 (EST)

branch: master
commit 77793be22b5331ec8fedccdc92b2ea9680d62722
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Dec 17 21:26:22 2024 +0000

    Bump version to 7.2
    
    * configure.ac,
    * doc/refcard/txirefcard.tex,
    * js/info.js,
    * util/texi2dvi,
    * util/texi2pdf: change version to 7.2
---
 ChangeLog                                   | 10 ++++++++++
 configure.ac                                |  2 +-
 doc/refcard/txirefcard.tex                  |  2 +-
 js/info.js                                  |  2 +-
 tp/Texinfo/Common.pm                        |  2 +-
 tp/Texinfo/Convert/ConvertXS.pm             |  2 +-
 tp/Texinfo/Convert/Converter.pm             |  2 +-
 tp/Texinfo/Convert/DocBook.pm               |  2 +-
 tp/Texinfo/Convert/HTML.pm                  |  2 +-
 tp/Texinfo/Convert/IXIN.pm                  |  2 +-
 tp/Texinfo/Convert/IXINSXML.pm              |  2 +-
 tp/Texinfo/Convert/Info.pm                  |  2 +-
 tp/Texinfo/Convert/LaTeX.pm                 |  2 +-
 tp/Texinfo/Convert/NodeNameNormalization.pm |  2 +-
 tp/Texinfo/Convert/Paragraph.pm             |  2 +-
 tp/Texinfo/Convert/PlainTexinfo.pm          |  2 +-
 tp/Texinfo/Convert/Plaintext.pm             |  2 +-
 tp/Texinfo/Convert/Texinfo.pm               |  2 +-
 tp/Texinfo/Convert/TexinfoMarkup.pm         |  2 +-
 tp/Texinfo/Convert/TexinfoSXML.pm           |  2 +-
 tp/Texinfo/Convert/TexinfoXML.pm            |  2 +-
 tp/Texinfo/Convert/Text.pm                  |  2 +-
 tp/Texinfo/Convert/TextContent.pm           |  2 +-
 tp/Texinfo/Convert/Unicode.pm               |  2 +-
 tp/Texinfo/Convert/Utils.pm                 |  2 +-
 tp/Texinfo/Document.pm                      |  2 +-
 tp/Texinfo/DocumentXS.pm                    |  2 +-
 tp/Texinfo/Indices.pm                       |  2 +-
 tp/Texinfo/IndicesXS.pm                     |  2 +-
 tp/Texinfo/ManipulateTree.pm                |  2 +-
 tp/Texinfo/MiscXS.pm                        |  2 +-
 tp/Texinfo/ModulePath.pm.in                 |  2 +-
 tp/Texinfo/OutputUnits.pm                   |  2 +-
 tp/Texinfo/Parser.pm                        |  2 +-
 tp/Texinfo/ParserNonXS.pm                   |  2 +-
 tp/Texinfo/StructTransfXS.pm                |  2 +-
 tp/Texinfo/Structuring.pm                   |  2 +-
 tp/Texinfo/Transformations.pm               |  2 +-
 tp/Texinfo/Translations.pm                  |  2 +-
 tp/Texinfo/XS/configure.ac                  |  2 +-
 tp/Texinfo/XSLoader.pm                      |  2 +-
 util/pdftexi2dvi                            |  2 +-
 util/texi2dvi                               |  2 +-
 util/texi2pdf                               |  2 +-
 44 files changed, 53 insertions(+), 43 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 60320bef8c..a0ff636774 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2024-12-17  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Bump version to 7.2
+
+       * configure.ac,
+       * doc/refcard/txirefcard.tex,
+       * js/info.js,
+       * util/texi2dvi,
+       * util/texi2pdf: change version to 7.2
+
 2024-12-16  Patrice Dumas  <pertusus@free.fr>
 
        * configure.ac, tp/Texinfo/XS/configure.ac: add comments and TODO
diff --git a/configure.ac b/configure.ac
index 41bd18073b..95053d9b75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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([GNU Texinfo], [7.1.92], [bug-texinfo@gnu.org])
+AC_INIT([GNU Texinfo], [7.2], [bug-texinfo@gnu.org])
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/doc/refcard/txirefcard.tex b/doc/refcard/txirefcard.tex
index 32d4782004..cc2061f702 100644
--- a/doc/refcard/txirefcard.tex
+++ b/doc/refcard/txirefcard.tex
@@ -48,7 +48,7 @@
 % Summary node in the Texinfo manual, originally written by Bob Chassell.
 
 \def\versionyear{2024}          % year manual was updated
-\def\versionTexinfo{7.1.1}     % version of Texinfo this manual is for
+\def\versionTexinfo{7.2}     % version of Texinfo this manual is for
 
 \def\copyrightnotice{%
 \vskip 1ex plus 1filll\begingroup\small
diff --git a/js/info.js b/js/info.js
index 46b7efc126..a607caf1fb 100644
--- a/js/info.js
+++ b/js/info.js
@@ -1211,7 +1211,7 @@ init_index_page ()
     store.dispatch ({ type: "iframe-ready", id: config.TOP_ID });
     store.dispatch ({
       type: "echo",
-      msg: "Welcome to Texinfo documentation viewer 7.1.92, type '?' for help."
+      msg: "Welcome to Texinfo documentation viewer 7.2, type '?' for help."
     });
 
     /* Call user hook.  */
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 647df0a778..74a8123246 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -63,7 +63,7 @@ our @EXPORT = qw(
 __ __p
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 # i18n
 # For the messages translations.
diff --git a/tp/Texinfo/Convert/ConvertXS.pm b/tp/Texinfo/Convert/ConvertXS.pm
index 8fb0d3722f..a08c8e1f80 100644
--- a/tp/Texinfo/Convert/ConvertXS.pm
+++ b/tp/Texinfo/Convert/ConvertXS.pm
@@ -21,7 +21,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index 2a78f1f140..5e14a9e086 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -63,7 +63,7 @@ xml_accent
 xml_accents
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/DocBook.pm b/tp/Texinfo/Convert/DocBook.pm
index e117f9341c..21ed7fc321 100644
--- a/tp/Texinfo/Convert/DocBook.pm
+++ b/tp/Texinfo/Convert/DocBook.pm
@@ -44,7 +44,7 @@ use Carp qw(cluck);
 
 our @ISA = qw(Texinfo::Convert::Converter);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my %brace_commands = %Texinfo::Commands::brace_commands;
 
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 3dc4a492eb..131ad5c6e6 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -91,7 +91,7 @@ require Exporter;
 
 our @ISA = qw(Texinfo::Convert::Converter);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index 53f145e5e1..71684d09ee 100644
--- a/tp/Texinfo/Convert/IXIN.pm
+++ b/tp/Texinfo/Convert/IXIN.pm
@@ -84,7 +84,7 @@ use Texinfo::Convert::TexinfoSXML;
 
 our @ISA = qw(Texinfo::Convert::Converter);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 my $ixin_version = 1;
diff --git a/tp/Texinfo/Convert/IXINSXML.pm b/tp/Texinfo/Convert/IXINSXML.pm
index 21cb72e29b..36cfc20207 100644
--- a/tp/Texinfo/Convert/IXINSXML.pm
+++ b/tp/Texinfo/Convert/IXINSXML.pm
@@ -37,7 +37,7 @@ use Carp qw(cluck);
 
 our @ISA = qw(Texinfo::Convert::TexinfoSXML Texinfo::Convert::IXIN);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 my %defaults = (
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index 357fba8b12..2d644754c2 100644
--- a/tp/Texinfo/Convert/Info.pm
+++ b/tp/Texinfo/Convert/Info.pm
@@ -39,7 +39,7 @@ use Texinfo::Convert::Paragraph;
 
 our @ISA = qw(Texinfo::Convert::Plaintext);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 my $STDIN_DOCU_NAME = 'stdin';
diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index 9308b6a40a..ae947d1e5e 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -187,7 +187,7 @@ use Texinfo::Convert::Converter;
 
 our @ISA = qw(Texinfo::Convert::Converter);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 # could export convert_to_latex_math
 
diff --git a/tp/Texinfo/Convert/NodeNameNormalization.pm 
b/tp/Texinfo/Convert/NodeNameNormalization.pm
index 378a171c22..d8ad62ec12 100644
--- a/tp/Texinfo/Convert/NodeNameNormalization.pm
+++ b/tp/Texinfo/Convert/NodeNameNormalization.pm
@@ -57,7 +57,7 @@ our @EXPORT_OK = qw(
   transliterate_protect_file_name
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 my %normalize_node_brace_no_arg_commands
diff --git a/tp/Texinfo/Convert/Paragraph.pm b/tp/Texinfo/Convert/Paragraph.pm
index e89f02d9de..8c7360b3a8 100644
--- a/tp/Texinfo/Convert/Paragraph.pm
+++ b/tp/Texinfo/Convert/Paragraph.pm
@@ -19,7 +19,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Convert/PlainTexinfo.pm 
b/tp/Texinfo/Convert/PlainTexinfo.pm
index 61b52ee8ef..042dcd2f33 100644
--- a/tp/Texinfo/Convert/PlainTexinfo.pm
+++ b/tp/Texinfo/Convert/PlainTexinfo.pm
@@ -33,7 +33,7 @@ use Texinfo::Convert::Converter;
 
 our @ISA = qw(Texinfo::Convert::Converter);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index e8b083acf4..0207188b8f 100644
--- a/tp/Texinfo/Convert/Plaintext.pm
+++ b/tp/Texinfo/Convert/Plaintext.pm
@@ -64,7 +64,7 @@ sub import {
   goto &Exporter::import;
 }
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 # commands that are of use for formatting.
diff --git a/tp/Texinfo/Convert/Texinfo.pm b/tp/Texinfo/Convert/Texinfo.pm
index 4ee4bffbf4..a8d8b248ea 100644
--- a/tp/Texinfo/Convert/Texinfo.pm
+++ b/tp/Texinfo/Convert/Texinfo.pm
@@ -49,7 +49,7 @@ our @EXPORT_OK = qw(
   target_element_to_texi_label
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/TexinfoMarkup.pm 
b/tp/Texinfo/Convert/TexinfoMarkup.pm
index f5003d760f..3eccc5d51e 100644
--- a/tp/Texinfo/Convert/TexinfoMarkup.pm
+++ b/tp/Texinfo/Convert/TexinfoMarkup.pm
@@ -48,7 +48,7 @@ use Carp qw(cluck);
 
 our @ISA = qw(Texinfo::Convert::Converter);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 # our because it is used in the xml to texi translator and subclasses.
diff --git a/tp/Texinfo/Convert/TexinfoSXML.pm 
b/tp/Texinfo/Convert/TexinfoSXML.pm
index 7af9625730..0c56645548 100644
--- a/tp/Texinfo/Convert/TexinfoSXML.pm
+++ b/tp/Texinfo/Convert/TexinfoSXML.pm
@@ -30,7 +30,7 @@ use Carp qw(cluck);
 
 our @ISA = qw(Texinfo::Convert::TexinfoMarkup);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 # SXML specific
diff --git a/tp/Texinfo/Convert/TexinfoXML.pm b/tp/Texinfo/Convert/TexinfoXML.pm
index 5bbdd2029e..8cf8df1fbb 100644
--- a/tp/Texinfo/Convert/TexinfoXML.pm
+++ b/tp/Texinfo/Convert/TexinfoXML.pm
@@ -34,7 +34,7 @@ use Texinfo::Convert::Converter;
 
 our @ISA = qw(Texinfo::Convert::TexinfoMarkup Texinfo::Convert::Converter);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 # TexinfoXML specific
diff --git a/tp/Texinfo/Convert/Text.pm b/tp/Texinfo/Convert/Text.pm
index 563c3dca71..22e0387394 100644
--- a/tp/Texinfo/Convert/Text.pm
+++ b/tp/Texinfo/Convert/Text.pm
@@ -53,7 +53,7 @@ our @EXPORT_OK = qw(
   text_accents
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/TextContent.pm 
b/tp/Texinfo/Convert/TextContent.pm
index e97cbf01f9..3b0de27f40 100644
--- a/tp/Texinfo/Convert/TextContent.pm
+++ b/tp/Texinfo/Convert/TextContent.pm
@@ -33,7 +33,7 @@ use Texinfo::Convert::Converter;
 
 our @ISA = qw(Texinfo::Convert::Converter);
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 my %ignored_brace_commands;
diff --git a/tp/Texinfo/Convert/Unicode.pm b/tp/Texinfo/Convert/Unicode.pm
index 8e1ddb0e69..82f211a983 100644
--- a/tp/Texinfo/Convert/Unicode.pm
+++ b/tp/Texinfo/Convert/Unicode.pm
@@ -62,7 +62,7 @@ our @EXPORT_OK = qw(
   string_width
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 our %unicode_diacritics = (
diff --git a/tp/Texinfo/Convert/Utils.pm b/tp/Texinfo/Convert/Utils.pm
index af79d4d686..da0bc3e0d0 100644
--- a/tp/Texinfo/Convert/Utils.pm
+++ b/tp/Texinfo/Convert/Utils.pm
@@ -57,7 +57,7 @@ expand_verbatiminclude
 add_heading_number
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 # API to open, set encoding and register files.  Used in main program
 # and converters.
diff --git a/tp/Texinfo/Document.pm b/tp/Texinfo/Document.pm
index 168da5cfd0..0897c18c5f 100644
--- a/tp/Texinfo/Document.pm
+++ b/tp/Texinfo/Document.pm
@@ -36,7 +36,7 @@ use Texinfo::Common;
 use Texinfo::Report;
 use Texinfo::Indices;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 # Full XS coverage.  See comments before methods definitions for an
 # explanation of why some methods have no XS override.
diff --git a/tp/Texinfo/DocumentXS.pm b/tp/Texinfo/DocumentXS.pm
index f63c8343c6..c63e6a1ee5 100644
--- a/tp/Texinfo/DocumentXS.pm
+++ b/tp/Texinfo/DocumentXS.pm
@@ -20,7 +20,7 @@ package Texinfo::DocumentXS;
 use strict;
 use warnings;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Indices.pm b/tp/Texinfo/Indices.pm
index f94c0c7640..4ee88b1060 100644
--- a/tp/Texinfo/Indices.pm
+++ b/tp/Texinfo/Indices.pm
@@ -60,7 +60,7 @@ use Texinfo::Convert::Text;
 # loading is not important.
 #use Texinfo::Document;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 # The methods that are usefully called directly (outside of tests) are:
 # index_entry_element_sort_string
diff --git a/tp/Texinfo/IndicesXS.pm b/tp/Texinfo/IndicesXS.pm
index 482ea98e65..8f0b0f25a7 100644
--- a/tp/Texinfo/IndicesXS.pm
+++ b/tp/Texinfo/IndicesXS.pm
@@ -19,7 +19,7 @@ package Texinfo::IndicesXS;
 use strict;
 use warnings;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ManipulateTree.pm b/tp/Texinfo/ManipulateTree.pm
index 0ec63986d4..aa51345bde 100644
--- a/tp/Texinfo/ManipulateTree.pm
+++ b/tp/Texinfo/ManipulateTree.pm
@@ -60,7 +60,7 @@ protect_first_parenthesis
 protect_node_after_label_in_tree
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my $XS_structuring = Texinfo::XSLoader::XS_structuring_enabled();
 
diff --git a/tp/Texinfo/MiscXS.pm b/tp/Texinfo/MiscXS.pm
index 1327828490..7397f7380a 100644
--- a/tp/Texinfo/MiscXS.pm
+++ b/tp/Texinfo/MiscXS.pm
@@ -21,7 +21,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ModulePath.pm.in b/tp/Texinfo/ModulePath.pm.in
index 82c7b3f5b8..a409095d46 100644
--- a/tp/Texinfo/ModulePath.pm.in
+++ b/tp/Texinfo/ModulePath.pm.in
@@ -13,7 +13,7 @@ package Texinfo::ModulePath;
 
 use vars qw($VERSION);
 
-$VERSION = '7.1.92';
+$VERSION = '7.2';
 
 use File::Basename;
 use File::Spec;
diff --git a/tp/Texinfo/OutputUnits.pm b/tp/Texinfo/OutputUnits.pm
index ab637d3541..8eefc1ad8d 100644
--- a/tp/Texinfo/OutputUnits.pm
+++ b/tp/Texinfo/OutputUnits.pm
@@ -55,7 +55,7 @@ our @EXPORT_OK = qw(
   split_pages
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my $XS_structuring = Texinfo::XSLoader::XS_structuring_enabled();
 
diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm
index 05ce1f9307..6f0d318a7b 100644
--- a/tp/Texinfo/Parser.pm
+++ b/tp/Texinfo/Parser.pm
@@ -19,7 +19,7 @@ use 5.006;
 use strict;
 use warnings;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 35ab4d5978..d906b6eaa9 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -112,7 +112,7 @@ sub import {
   goto &Exporter::import;
 }
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 
 # Document information set in the parser.  The initialization is done by
diff --git a/tp/Texinfo/StructTransfXS.pm b/tp/Texinfo/StructTransfXS.pm
index 88fe8219bb..b8d41062fa 100644
--- a/tp/Texinfo/StructTransfXS.pm
+++ b/tp/Texinfo/StructTransfXS.pm
@@ -19,7 +19,7 @@ package Texinfo::StructTransfXS;
 use strict;
 use warnings;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index d068c592c8..5a13911d8f 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -67,7 +67,7 @@ our @EXPORT_OK = qw(
   warn_non_empty_parts
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my $XS_structuring = Texinfo::XSLoader::XS_structuring_enabled();
 
diff --git a/tp/Texinfo/Transformations.pm b/tp/Texinfo/Transformations.pm
index 40f4d31324..90d2fb512e 100644
--- a/tp/Texinfo/Transformations.pm
+++ b/tp/Texinfo/Transformations.pm
@@ -49,7 +49,7 @@ protect_hashchar_at_line_beginning
 reference_to_arg_in_tree
 );
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 my $XS_structuring = Texinfo::XSLoader::XS_structuring_enabled();
 
diff --git a/tp/Texinfo/Translations.pm b/tp/Texinfo/Translations.pm
index 942c41d151..700ae1f13f 100644
--- a/tp/Texinfo/Translations.pm
+++ b/tp/Texinfo/Translations.pm
@@ -49,7 +49,7 @@ use Texinfo::Parser;
 
 use Texinfo::ManipulateTree;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 # we want a reliable way to switch locale for the document
 # strings translations so we don't use the system gettext.
diff --git a/tp/Texinfo/XS/configure.ac b/tp/Texinfo/XS/configure.ac
index 96655fbd1a..3ef1e317f0 100644
--- a/tp/Texinfo/XS/configure.ac
+++ b/tp/Texinfo/XS/configure.ac
@@ -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([GNU Texinfo], [7.1.92])
+AC_INIT([GNU Texinfo], [7.2])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_INIT_AUTOMAKE
 AC_CONFIG_MACRO_DIRS([build-aux/m4 gnulib/m4])
diff --git a/tp/Texinfo/XSLoader.pm b/tp/Texinfo/XSLoader.pm
index 8ad41bb5bb..ff8d057061 100644
--- a/tp/Texinfo/XSLoader.pm
+++ b/tp/Texinfo/XSLoader.pm
@@ -35,7 +35,7 @@ BEGIN {
 
 our $TEXINFO_XS;
 
-our $VERSION = '7.1.92';
+our $VERSION = '7.2';
 
 # used for comparison with XS_VERSION passed through configure and make.
 # The github CI adds the date after a hyphen, turn the hyphen to a dot.
diff --git a/util/pdftexi2dvi b/util/pdftexi2dvi
index 005e045c0b..6e38defc5e 100755
--- a/util/pdftexi2dvi
+++ b/util/pdftexi2dvi
@@ -21,7 +21,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 7.1.92)
+texi2pdf (GNU Texinfo 7.2)
 
 Copyright (C) 2024 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/util/texi2dvi b/util/texi2dvi
index 6c9e023955..d6d5d1b9a2 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -193,7 +193,7 @@ EOF
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 7.1.92)
+texi2dvi (GNU Texinfo 7.2)
 
 Copyright (C) 2024 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/util/texi2pdf b/util/texi2pdf
index 005e045c0b..6e38defc5e 100755
--- a/util/texi2pdf
+++ b/util/texi2pdf
@@ -21,7 +21,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 7.1.92)
+texi2pdf (GNU Texinfo 7.2)
 
 Copyright (C) 2024 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>



reply via email to

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