texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: Prepare for pretest release


From: Gavin D. Smith
Subject: branch master updated: Prepare for pretest release
Date: Sun, 02 Jun 2024 16:15:42 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new a7908cdb63 Prepare for pretest release
a7908cdb63 is described below

commit a7908cdb630cbca753dbac4d7008ca4a668fc466
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Jun 2 21:15:29 2024 +0100

    Prepare for pretest release
    
    * configure.ac: bump version to 7.1.90.
    (AM_INIT_AUTOMAKE): add dist-xz option.
    
    * util/texi2dvi, util/texi2pdf, js/info.js: version, copyright date.
    
    * tp/texi2any.pl, info/info.c, install-info/install-info.c,
    texindex/ti.twjr, Pod-Simple-Texinfo/pod2texi: 2024 in version
    messages.
---
 ChangeLog                                   | 13 +++++++++++++
 configure.ac                                |  4 ++--
 info/info.c                                 |  2 +-
 install-info/install-info.c                 |  2 +-
 js/info.js                                  |  2 +-
 texindex/ti.twjr                            |  4 ++--
 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/XSLoader.pm                      |  2 +-
 tp/texi2any.pl                              |  2 +-
 util/pdftexi2dvi                            |  4 ++--
 util/texi2dvi                               |  6 +++---
 util/texi2pdf                               |  4 ++--
 46 files changed, 64 insertions(+), 51 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f2ae2af354..5aad7bec47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2024-06-02  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Prepare for pretest release
+
+       * configure.ac: bump version to 7.1.90.
+       (AM_INIT_AUTOMAKE): add dist-xz option.
+
+       * util/texi2dvi, util/texi2pdf, js/info.js: version, copyright date.
+
+       * tp/texi2any.pl, info/info.c, install-info/install-info.c,
+       texindex/ti.twjr, Pod-Simple-Texinfo/pod2texi: 2024 in version
+       messages.
+
 2024-05-29  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
 
        * tp/Texinfo/XS/main/utils.c (clear_option, free_option)
diff --git a/configure.ac b/configure.ac
index 0f5df62a60..1543971d2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,12 +10,12 @@
 # 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.1dev], [bug-texinfo@gnu.org])
+AC_INIT([GNU Texinfo], [7.1.90], [bug-texinfo@gnu.org])
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
 dnl tar-ustar because we have long filenames for some test files.
-AM_INIT_AUTOMAKE([1.16.1
+AM_INIT_AUTOMAKE([1.16.1 dist-xz
                  info-in-builddir parallel-tests tar-ustar])
 
 # Where to generate output; srcdir location.
diff --git a/info/info.c b/info/info.c
index ccb2e3b70d..dd4b4c69cf 100644
--- a/info/info.c
+++ b/info/info.c
@@ -873,7 +873,7 @@ main (int argc, char *argv[])
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-             "2023");
+             "2024");
       exit (EXIT_SUCCESS);
     }
 
diff --git a/install-info/install-info.c b/install-info/install-info.c
index 1f42aef11d..dff2d8ef2d 100644
--- a/install-info/install-info.c
+++ b/install-info/install-info.c
@@ -2262,7 +2262,7 @@ main (int argc, char *argv[])
 License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n"),
-              "2023");
+              "2024");
           exit (EXIT_SUCCESS);
 
         case 'W':
diff --git a/js/info.js b/js/info.js
index 6d6e284cf2..1091f1c394 100644
--- a/js/info.js
+++ b/js/info.js
@@ -1199,7 +1199,7 @@
       store.dispatch ({ type: "iframe-ready", id: config.INDEX_ID });
       store.dispatch ({
         type: "echo",
-        msg: "Welcome to Texinfo documentation viewer 7.1dev, type '?' for 
help."
+        msg: "Welcome to Texinfo documentation viewer 7.1.90, type '?' for 
help."
       });
 
       /* Call user hook.  */
diff --git a/texindex/ti.twjr b/texindex/ti.twjr
index b49b7bd510..2f96ecdcef 100644
--- a/texindex/ti.twjr
+++ b/texindex/ti.twjr
@@ -1877,7 +1877,7 @@ Every program needs a copyright statement.
 
 @<GPL v3 copyright statement@>=
 #
-# Copyright 2014-2023 Free Software Foundation, Inc.
+# Copyright 2014-2024 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Texinfo.
 # 
@@ -2202,7 +2202,7 @@ function version()
 {
        print "texindex (GNU texinfo)", Texindex_version
        print ""
-       printf _"Copyright (C) %s Free Software Foundation, Inc.\n", "2023"
+       printf _"Copyright (C) %s Free Software Foundation, Inc.\n", "2024"
        print _"License GPLv3+: GNU GPL version 3 or later 
<https://gnu.org/licenses/gpl.html>"
        print _"This is free software: you are free to change and redistribute 
it."
        print _"There is NO WARRANTY, to the extent permitted by law."
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index bc1cb620f6..f37da48086 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -63,7 +63,7 @@ our @EXPORT = qw(
 __ __p
 );
 
-our $VERSION = '7.1dev';
+our $VERSION = '7.1.90';
 
 # i18n
 # For the messages translations.
diff --git a/tp/Texinfo/Convert/ConvertXS.pm b/tp/Texinfo/Convert/ConvertXS.pm
index 8185dfc9e0..48b8ae2503 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.1dev';
+our $VERSION = '7.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index 092f102277..7b29c8e11d 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -63,7 +63,7 @@ xml_accent
 xml_accents
 );
 
-our $VERSION = '7.1dev';
+our $VERSION = '7.1.90';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/DocBook.pm b/tp/Texinfo/Convert/DocBook.pm
index 5c060ce3b3..56e3700423 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.1dev';
+our $VERSION = '7.1.90';
 
 my %brace_commands = %Texinfo::Commands::brace_commands;
 
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 7a7ca83753..1fc835abe2 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -89,7 +89,7 @@ require Exporter;
 
 our @ISA = qw(Texinfo::Convert::Converter);
 
-our $VERSION = '7.1dev';
+our $VERSION = '7.1.90';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index 53fc016ac2..d97292c023 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.1dev';
+our $VERSION = '7.1.90';
 
 
 my $ixin_version = 1;
diff --git a/tp/Texinfo/Convert/IXINSXML.pm b/tp/Texinfo/Convert/IXINSXML.pm
index af558f201d..584dafc192 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.1dev';
+our $VERSION = '7.1.90';
 
 
 my %defaults = (
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index 2f3dfdbe80..47c5f536c8 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.1dev';
+our $VERSION = '7.1.90';
 
 
 my $STDIN_DOCU_NAME = 'stdin';
diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index dd1399b35b..1695482f78 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.1dev';
+our $VERSION = '7.1.90';
 
 # could export convert_to_latex_math
 
diff --git a/tp/Texinfo/Convert/NodeNameNormalization.pm 
b/tp/Texinfo/Convert/NodeNameNormalization.pm
index 517db84ffe..8b37fe781a 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.1dev';
+our $VERSION = '7.1.90';
 
 
 my %normalize_node_brace_no_arg_commands
diff --git a/tp/Texinfo/Convert/Paragraph.pm b/tp/Texinfo/Convert/Paragraph.pm
index a8cccdd950..4841e99419 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.1dev';
+our $VERSION = '7.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Convert/PlainTexinfo.pm 
b/tp/Texinfo/Convert/PlainTexinfo.pm
index e3cb897c0d..1b0a7e5982 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.1dev';
+our $VERSION = '7.1.90';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index dc81b814b9..94f98b4ab4 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.1dev';
+our $VERSION = '7.1.90';
 
 
 # commands that are of use for formatting.
diff --git a/tp/Texinfo/Convert/Texinfo.pm b/tp/Texinfo/Convert/Texinfo.pm
index 41b0b3a6a2..ffd2a27a08 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.1dev';
+our $VERSION = '7.1.90';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/TexinfoMarkup.pm 
b/tp/Texinfo/Convert/TexinfoMarkup.pm
index ed98bc26f3..2b667d40cb 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.1dev';
+our $VERSION = '7.1.90';
 
 
 # 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 172ffb378e..b3d764ebd0 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.1dev';
+our $VERSION = '7.1.90';
 
 
 # SXML specific
diff --git a/tp/Texinfo/Convert/TexinfoXML.pm b/tp/Texinfo/Convert/TexinfoXML.pm
index 51a7ddcc41..edcec01390 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.1dev';
+our $VERSION = '7.1.90';
 
 
 # TexinfoXML specific
diff --git a/tp/Texinfo/Convert/Text.pm b/tp/Texinfo/Convert/Text.pm
index a85e735c05..79e7933202 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.1dev';
+our $VERSION = '7.1.90';
 
 my $XS_convert = Texinfo::XSLoader::XS_convert_enabled();
 
diff --git a/tp/Texinfo/Convert/TextContent.pm 
b/tp/Texinfo/Convert/TextContent.pm
index 7ec189b9bc..94ad6332de 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.1dev';
+our $VERSION = '7.1.90';
 
 
 my %ignored_brace_commands;
diff --git a/tp/Texinfo/Convert/Unicode.pm b/tp/Texinfo/Convert/Unicode.pm
index fe0bfb0fc9..186b32b6a0 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.1dev';
+our $VERSION = '7.1.90';
 
 
 our %unicode_diacritics = (
diff --git a/tp/Texinfo/Convert/Utils.pm b/tp/Texinfo/Convert/Utils.pm
index 9aa31966e1..d17e86281e 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.1dev';
+our $VERSION = '7.1.90';
 
 
 our @month_name =
diff --git a/tp/Texinfo/Document.pm b/tp/Texinfo/Document.pm
index a6380f8134..7557bed127 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.1dev';
+our $VERSION = '7.1.90';
 
 # 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 16ef4c907f..ee7815bcb4 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.1dev';
+our $VERSION = '7.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Indices.pm b/tp/Texinfo/Indices.pm
index 792eee7f26..c3ac4bc453 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.1dev';
+our $VERSION = '7.1.90';
 
 # 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 3880cc5191..6dd59efb27 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.1dev';
+our $VERSION = '7.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ManipulateTree.pm b/tp/Texinfo/ManipulateTree.pm
index a82d54b827..9610cba4b8 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.1dev';
+our $VERSION = '7.1.90';
 
 my $XS_structuring = Texinfo::XSLoader::XS_structuring_enabled();
 
diff --git a/tp/Texinfo/MiscXS.pm b/tp/Texinfo/MiscXS.pm
index 0f20b68fd2..6093007074 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.1dev';
+our $VERSION = '7.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ModulePath.pm.in b/tp/Texinfo/ModulePath.pm.in
index 2488fee437..debfdea38c 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.1dev';
+$VERSION = '7.1.90';
 
 use File::Basename;
 use File::Spec;
diff --git a/tp/Texinfo/OutputUnits.pm b/tp/Texinfo/OutputUnits.pm
index 86dc147669..5814ed8557 100644
--- a/tp/Texinfo/OutputUnits.pm
+++ b/tp/Texinfo/OutputUnits.pm
@@ -54,7 +54,7 @@ our @EXPORT_OK = qw(
   split_pages
 );
 
-our $VERSION = '7.1dev';
+our $VERSION = '7.1.90';
 
 my $XS_structuring = Texinfo::XSLoader::XS_structuring_enabled();
 
diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm
index 1d46b65b0f..150f28fef1 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.1dev';
+our $VERSION = '7.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 3ee28a0d74..d39b0b14bd 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -108,7 +108,7 @@ sub import {
   goto &Exporter::import;
 }
 
-our $VERSION = '7.1dev';
+our $VERSION = '7.1.90';
 
 
 # Document information set in the parser.  The initialization is done by
diff --git a/tp/Texinfo/StructTransfXS.pm b/tp/Texinfo/StructTransfXS.pm
index 96bca74171..dde572827e 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.1dev';
+our $VERSION = '7.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index f89735d8f5..7a978ffdfa 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.1dev';
+our $VERSION = '7.1.90';
 
 my $XS_structuring = Texinfo::XSLoader::XS_structuring_enabled();
 
diff --git a/tp/Texinfo/Transformations.pm b/tp/Texinfo/Transformations.pm
index ad67b80de9..4b2a82205e 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.1dev';
+our $VERSION = '7.1.90';
 
 my $XS_structuring = Texinfo::XSLoader::XS_structuring_enabled();
 
diff --git a/tp/Texinfo/Translations.pm b/tp/Texinfo/Translations.pm
index 3120b0bd78..ef74689de0 100644
--- a/tp/Texinfo/Translations.pm
+++ b/tp/Texinfo/Translations.pm
@@ -49,7 +49,7 @@ use Texinfo::Parser;
 
 use Texinfo::ManipulateTree;
 
-our $VERSION = '7.1dev';
+our $VERSION = '7.1.90';
 
 # 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/XSLoader.pm b/tp/Texinfo/XSLoader.pm
index ac616d4567..761a5d19ee 100644
--- a/tp/Texinfo/XSLoader.pm
+++ b/tp/Texinfo/XSLoader.pm
@@ -33,7 +33,7 @@ BEGIN {
 
 our $TEXINFO_XS;
 
-our $VERSION = '7.1dev';
+our $VERSION = '7.1.90';
 
 sub XS_parser_enabled {
   return ((not defined($ENV{TEXINFO_XS})
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index d903e65ac0..a820f247a6 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -948,7 +948,7 @@ my $result_options = Getopt::Long::GetOptions (
 "Copyright (C) %s Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
-There is NO WARRANTY, to the extent permitted by law.\n"), "2023");
+There is NO WARRANTY, to the extent permitted by law.\n"), "2024");
       exit 0;},
  'macro-expand|E=s' => sub { set_from_cmdline('MACRO_EXPAND', $_[1]); },
  'ifhtml!' => sub { set_expansion('html', $_[1]); },
diff --git a/util/pdftexi2dvi b/util/pdftexi2dvi
index 415b3aae79..43b05af6e8 100755
--- a/util/pdftexi2dvi
+++ b/util/pdftexi2dvi
@@ -21,9 +21,9 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 7.1dev)
+texi2pdf (GNU Texinfo 7.1.90)
 
-Copyright (C) 2023 Free Software Foundation, Inc.
+Copyright (C) 2024 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/util/texi2dvi b/util/texi2dvi
index 2e9bca98f1..b2285b4036 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -1,7 +1,7 @@
 #! /bin/sh
 # texi2dvi --- produce DVI (or PDF) files from Texinfo (or (La)TeX) sources.
 #
-# Copyright 1992-2023 Free Software Foundation, Inc.
+# Copyright 1992-2024 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -193,9 +193,9 @@ EOF
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 7.1dev)
+texi2dvi (GNU Texinfo 7.1.90)
 
-Copyright (C) 2023 Free Software Foundation, Inc.
+Copyright (C) 2024 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
diff --git a/util/texi2pdf b/util/texi2pdf
index 415b3aae79..43b05af6e8 100755
--- a/util/texi2pdf
+++ b/util/texi2pdf
@@ -21,9 +21,9 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 7.1dev)
+texi2pdf (GNU Texinfo 7.1.90)
 
-Copyright (C) 2023 Free Software Foundation, Inc.
+Copyright (C) 2024 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.



reply via email to

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