texinfo-commits
[Top][All Lists]
Advanced

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

branch release/7.0 updated: pretest 7.0.1.90


From: Gavin D. Smith
Subject: branch release/7.0 updated: pretest 7.0.1.90
Date: Mon, 16 Jan 2023 15:27:21 -0500

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

gavin pushed a commit to branch release/7.0
in repository texinfo.

The following commit(s) were added to refs/heads/release/7.0 by this push:
     new 7b0d88cded pretest 7.0.1.90
7b0d88cded is described below

commit 7b0d88cded9bc1ee206e4988dd2687a0dbc41a43
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Jan 16 20:27:10 2023 +0000

    pretest 7.0.1.90
    
    * NEWS: update
    * configure.ac: version
---
 ChangeLog                                                |  7 +++++++
 NEWS                                                     | 16 ++++++++++++++++
 configure.ac                                             |  2 +-
 info/info.c                                              |  2 +-
 install-info/install-info.c                              |  2 +-
 js/info.js                                               |  2 +-
 texindex/ti.twjr                                         |  2 +-
 tp/Makefile.tres                                         |  2 +-
 tp/Texinfo/Common.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/MiscXS.pm                                     |  2 +-
 tp/Texinfo/Parser.pm                                     |  2 +-
 tp/Texinfo/ParserNonXS.pm                                |  2 +-
 tp/Texinfo/Structuring.pm                                |  2 +-
 tp/Texinfo/Transformations.pm                            |  2 +-
 tp/Texinfo/XSLoader.pm                                   |  2 +-
 .../formatting_epub_package/EPUB/js/info.js              |  2 +-
 tp/texi2any.pl                                           |  2 +-
 util/pdftexi2dvi                                         |  4 ++--
 util/texi2dvi                                            |  4 ++--
 util/texi2pdf                                            |  4 ++--
 39 files changed, 63 insertions(+), 40 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ecb94e3b2a..45d2811990 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-01-04  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       pretest 7.0.1.90
+
+       * NEWS: update
+       * configure.ac: version
+
 2023-01-04  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * tp/tests/Makefile.am:
diff --git a/NEWS b/NEWS
index b3759748aa..c001a3f2dd 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,22 @@ See the manual for detailed information.
 
 ------------------------------------------------------------------------------
 
+7.0.2 (UNRELEASED)
+This is a bug-fix release with minimal changes.
+
+* texi2any
+  . do not distribute architecture-dependent files
+  . build fixed on OpenIndiana 11
+
+* info
+  . further fix of recoding of UTF-8 files to ASCII
+  . fix check for presence of man pages on Solaris
+
+* install-info
+  . fix build by avoiding function name clash on some platforms
+  . compiler warning re strncat silenced
+
+
 7.0.1 (30 November 2022)
 This is a bug-fix release with minimal changes.
 
diff --git a/configure.ac b/configure.ac
index f1d6348c5e..373a71edc2 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.0.1], [bug-texinfo@gnu.org])
+AC_INIT([GNU Texinfo], [7.0.1.90], [bug-texinfo@gnu.org])
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/info/info.c b/info/info.c
index 26713f3e03..e6f2d68bb5 100644
--- a/info/info.c
+++ b/info/info.c
@@ -860,7 +860,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"),
-             "2022");
+             "2023");
       exit (EXIT_SUCCESS);
     }
 
diff --git a/install-info/install-info.c b/install-info/install-info.c
index 19850b2756..636cf58d8c 100644
--- a/install-info/install-info.c
+++ b/install-info/install-info.c
@@ -2208,7 +2208,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"),
-              "2022");
+              "2023");
           exit (EXIT_SUCCESS);
 
         case 'W':
diff --git a/js/info.js b/js/info.js
index 521d14ed68..0d14b4f079 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.0.1, type '?' for 
help."
+        msg: "Welcome to Texinfo documentation viewer 7.0.1.90, type '?' for 
help."
       });
 
       /* Call user hook.  */
diff --git a/texindex/ti.twjr b/texindex/ti.twjr
index ca8b68db7b..77eb7adec2 100644
--- a/texindex/ti.twjr
+++ b/texindex/ti.twjr
@@ -2203,7 +2203,7 @@ function version()
 {
        print "texindex (GNU texinfo)", Texindex_version
        print ""
-       printf _"Copyright (C) %s Free Software Foundation, Inc.\n", "2019"
+       printf _"Copyright (C) %s Free Software Foundation, Inc.\n", "2023"
        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/Makefile.tres b/tp/Makefile.tres
index 333f3b0b37..03472d4bc4 100644
--- a/tp/Makefile.tres
+++ b/tp/Makefile.tres
@@ -1,4 +1,4 @@
-# Makefile.tres generated by ./tp/maintain/regenerate_file_lists.pl.
+# Makefile.tres generated by maintain/regenerate_file_lists.pl.
 #
 test_tap_files_generated_list = \
   t/01use.t \
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 075e24380f..7bbee4950c 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -71,7 +71,7 @@ valid_tree_transformation
 __ __p
 );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 # i18n
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index 1c18523bf1..6aba562509 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -58,7 +58,7 @@ xml_accents
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 my %defaults = (
   'documentlanguage'     => undef,
diff --git a/tp/Texinfo/Convert/DocBook.pm b/tp/Texinfo/Convert/DocBook.pm
index edc58ad35f..8c8e1dcb1a 100644
--- a/tp/Texinfo/Convert/DocBook.pm
+++ b/tp/Texinfo/Convert/DocBook.pm
@@ -43,7 +43,7 @@ require Exporter;
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::Converter);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 my %brace_commands = %Texinfo::Commands::brace_commands;
 
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 23e0395b56..c2ba6379d0 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -78,7 +78,7 @@ require Exporter;
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::Converter);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 our $module_loaded = 0;
 sub import {
diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index 5325478d0c..acb7d680fc 100644
--- a/tp/Texinfo/Convert/IXIN.pm
+++ b/tp/Texinfo/Convert/IXIN.pm
@@ -78,7 +78,7 @@ use Texinfo::Convert::TexinfoSXML;
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::Converter);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 my $ixin_version = 1;
diff --git a/tp/Texinfo/Convert/IXINSXML.pm b/tp/Texinfo/Convert/IXINSXML.pm
index 39b5be6a51..c3038dd7f3 100644
--- a/tp/Texinfo/Convert/IXINSXML.pm
+++ b/tp/Texinfo/Convert/IXINSXML.pm
@@ -39,7 +39,7 @@ use Carp qw(cluck);
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::TexinfoSXML Texinfo::Convert::IXIN);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 my %defaults = (
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index 7c6ff88f24..a10f612553 100644
--- a/tp/Texinfo/Convert/Info.pm
+++ b/tp/Texinfo/Convert/Info.pm
@@ -36,7 +36,7 @@ use Texinfo::Convert::Paragraph;
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::Plaintext);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 my $STDIN_DOCU_NAME = 'stdin';
diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index a432320a2f..44703dfae1 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -187,7 +187,7 @@ use Texinfo::Convert::Converter;
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::Converter);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 # could export convert_to_latex_math
 
diff --git a/tp/Texinfo/Convert/NodeNameNormalization.pm 
b/tp/Texinfo/Convert/NodeNameNormalization.pm
index 677e9222b8..48716b635e 100644
--- a/tp/Texinfo/Convert/NodeNameNormalization.pm
+++ b/tp/Texinfo/Convert/NodeNameNormalization.pm
@@ -56,7 +56,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 my %normalize_node_brace_no_arg_commands
diff --git a/tp/Texinfo/Convert/Paragraph.pm b/tp/Texinfo/Convert/Paragraph.pm
index 59dbf871b2..a823081def 100644
--- a/tp/Texinfo/Convert/Paragraph.pm
+++ b/tp/Texinfo/Convert/Paragraph.pm
@@ -20,7 +20,7 @@ use 5.00405;
 use strict;
 use warnings;
 
-our $VERSION = '7.0.1';
+our $VERSION = '7.0.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Convert/PlainTexinfo.pm 
b/tp/Texinfo/Convert/PlainTexinfo.pm
index d449c1ee28..f56a6952ac 100644
--- a/tp/Texinfo/Convert/PlainTexinfo.pm
+++ b/tp/Texinfo/Convert/PlainTexinfo.pm
@@ -31,7 +31,7 @@ use Texinfo::Convert::Converter;
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::Converter);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 my %defaults = (
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index cc85c60361..993da686d2 100644
--- a/tp/Texinfo/Convert/Plaintext.pm
+++ b/tp/Texinfo/Convert/Plaintext.pm
@@ -60,7 +60,7 @@ sub import {
   goto &Exporter::import;
 }
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 # commands that are of use for formatting.
diff --git a/tp/Texinfo/Convert/Texinfo.pm b/tp/Texinfo/Convert/Texinfo.pm
index 0dc76e2974..93710b9708 100644
--- a/tp/Texinfo/Convert/Texinfo.pm
+++ b/tp/Texinfo/Convert/Texinfo.pm
@@ -42,7 +42,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 my %brace_commands           = %Texinfo::Commands::brace_commands;
diff --git a/tp/Texinfo/Convert/TexinfoMarkup.pm 
b/tp/Texinfo/Convert/TexinfoMarkup.pm
index 1628e029f1..0bf64931fc 100644
--- a/tp/Texinfo/Convert/TexinfoMarkup.pm
+++ b/tp/Texinfo/Convert/TexinfoMarkup.pm
@@ -47,7 +47,7 @@ use Carp qw(cluck);
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::Converter);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.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 9d936d3047..0b2286948b 100644
--- a/tp/Texinfo/Convert/TexinfoSXML.pm
+++ b/tp/Texinfo/Convert/TexinfoSXML.pm
@@ -31,7 +31,7 @@ use Carp qw(cluck);
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::TexinfoMarkup);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 # SXML specific
diff --git a/tp/Texinfo/Convert/TexinfoXML.pm b/tp/Texinfo/Convert/TexinfoXML.pm
index 223be6b144..810408e292 100644
--- a/tp/Texinfo/Convert/TexinfoXML.pm
+++ b/tp/Texinfo/Convert/TexinfoXML.pm
@@ -35,7 +35,7 @@ use Texinfo::Convert::Converter;
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::TexinfoMarkup Texinfo::Convert::Converter);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 # TexinfoXML specific
diff --git a/tp/Texinfo/Convert/Text.pm b/tp/Texinfo/Convert/Text.pm
index 304fa46fa2..71f9d2bfdf 100644
--- a/tp/Texinfo/Convert/Text.pm
+++ b/tp/Texinfo/Convert/Text.pm
@@ -51,7 +51,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
diff --git a/tp/Texinfo/Convert/TextContent.pm 
b/tp/Texinfo/Convert/TextContent.pm
index 9ca1eae8a9..8a4b4954a8 100644
--- a/tp/Texinfo/Convert/TextContent.pm
+++ b/tp/Texinfo/Convert/TextContent.pm
@@ -34,7 +34,7 @@ use Texinfo::Convert::Converter;
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::Converter);
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 my %ignored_brace_commands;
diff --git a/tp/Texinfo/Convert/Unicode.pm b/tp/Texinfo/Convert/Unicode.pm
index 051d8a29ff..4c51d2588b 100644
--- a/tp/Texinfo/Convert/Unicode.pm
+++ b/tp/Texinfo/Convert/Unicode.pm
@@ -64,7 +64,7 @@ use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS);
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 our %unicode_diacritics = (
diff --git a/tp/Texinfo/Convert/Utils.pm b/tp/Texinfo/Convert/Utils.pm
index b2dbdc0943..3b19198966 100644
--- a/tp/Texinfo/Convert/Utils.pm
+++ b/tp/Texinfo/Convert/Utils.pm
@@ -56,7 +56,7 @@ add_heading_number
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 our @MONTH_NAMES =
diff --git a/tp/Texinfo/MiscXS.pm b/tp/Texinfo/MiscXS.pm
index 088750e01a..c83f7fa5ff 100644
--- a/tp/Texinfo/MiscXS.pm
+++ b/tp/Texinfo/MiscXS.pm
@@ -22,7 +22,7 @@ use 5.00405;
 use strict;
 use warnings;
 
-our $VERSION = '7.0.1';
+our $VERSION = '7.0.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm
index 9cad7405c1..5ab1093965 100644
--- a/tp/Texinfo/Parser.pm
+++ b/tp/Texinfo/Parser.pm
@@ -20,7 +20,7 @@ use 5.00405;
 use strict;
 use warnings;
 
-our $VERSION = '7.0.1';
+our $VERSION = '7.0.1.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index f899b901c3..59c9e72b08 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -119,7 +119,7 @@ sub import {
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 # these are the default values for the parser state
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index 9f01547427..67ca5db5ea 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -69,7 +69,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 
 my %types_to_enter;
diff --git a/tp/Texinfo/Transformations.pm b/tp/Texinfo/Transformations.pm
index dc8427bbbb..3ea76e7d54 100644
--- a/tp/Texinfo/Transformations.pm
+++ b/tp/Texinfo/Transformations.pm
@@ -46,7 +46,7 @@ reference_to_arg_in_tree
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0.1';
+$VERSION = '7.0.1.90';
 
 # Add raise/lowersections to be back at the normal level
 sub _correct_level($$;$)
diff --git a/tp/Texinfo/XSLoader.pm b/tp/Texinfo/XSLoader.pm
index 7710017c79..ee21df0bd2 100644
--- a/tp/Texinfo/XSLoader.pm
+++ b/tp/Texinfo/XSLoader.pm
@@ -33,7 +33,7 @@ BEGIN {
 
 our $TEXINFO_XS;
 
-our $VERSION = '7.0.1';
+our $VERSION = '7.0.1.90';
 
 our $disable_XS;
 
diff --git 
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
index 521d14ed68..0d14b4f079 100644
--- 
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/js/info.js
+++ 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/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.0.1, type '?' for 
help."
+        msg: "Welcome to Texinfo documentation viewer 7.0.1.90, type '?' for 
help."
       });
 
       /* Call user hook.  */
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index 804d0ba6ff..65c4d9e8e1 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -958,7 +958,7 @@ my $result_options = Getopt::Long::GetOptions (
     print _encode_message(sprintf __("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"), "2022");
+There is NO WARRANTY, to the extent permitted by law.\n"), "2023");
       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 373d201319..1a2ad7fd56 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.0.1)
+texi2pdf (GNU Texinfo 7.0.1.90)
 
-Copyright (C) 2022 Free Software Foundation, Inc.
+Copyright (C) 2023 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 f7fff97611..195d34f1d9 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -195,9 +195,9 @@ EOF
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 7.0.1)
+texi2dvi (GNU Texinfo 7.0.1.90)
 
-Copyright (C) 2022 Free Software Foundation, Inc.
+Copyright (C) 2023 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 373d201319..1a2ad7fd56 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.0.1)
+texi2pdf (GNU Texinfo 7.0.1.90)
 
-Copyright (C) 2022 Free Software Foundation, Inc.
+Copyright (C) 2023 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]