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, 15 Aug 2023 08:25:44 -0400 (EDT)

branch: master
commit 8bcc986f2ae2a3bd484ec1b3542a5b6d80bf23aa
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Tue Aug 15 12:39:01 2023 +0100

    Bump version to 7.0.90 for pretest
    
    * configure.ac: version
    * README-hacking: reorder some instructions
---
 ChangeLog                                   |  7 +++++++
 README-hacking                              | 20 ++++++++++++--------
 configure.ac                                |  6 +++---
 info/info.c                                 |  2 +-
 install-info/install-info.c                 |  2 +-
 js/info.js                                  |  4 ++--
 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 +-
 tp/texi2any.pl                              |  2 +-
 util/texi2dvi                               |  2 +-
 util/texi2pdf                               |  2 +-
 35 files changed, 55 insertions(+), 44 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c7061ea976..49ae027443 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-08-15  Gavin Smith <gavinsmith0123@gmail.com>
+
+       Bump version to 7.0.90 for pretest
+
+       * configure.ac: version
+       * README-hacking: reorder some instructions
+
 2023-08-15  Gavin Smith <gavinsmith0123@gmail.com>
 
        * doc/refcard/txirefcard.tex: 2023, 7.1
diff --git a/README-hacking b/README-hacking
index 51791b26f1..e2121b9c0d 100644
--- a/README-hacking
+++ b/README-hacking
@@ -353,27 +353,31 @@ Check that translations have been updated, e.g.:
   rsync  -Lrtzv  translationproject.org::tp/latest/texinfo_document/ \
                  po_document # note the trailing slashes in these commands
   git status -u to check for new translations
-make
-make update-po            # both po and po_document needed, build a dist first
-Ensure texinfo.tex, texi2dvi, and htmlxref.cnf are updated on ftp.gnu.org.
+
 Ensure TXI_XLATE in doc/Makefile.am matches actual file list.
 Check that LINGUAS under po and po_document match actual file list.
+
+make
+make update-po            # both po and po_document needed, build a dist first
+
 Check that TEXINFO_DTD_VERSION has been updated to the next version in
   configure.ac if the DTD has been modified since the last release.
   See comments in configure.ac, and run (at the top level) make dtd-check.
+
 Check "dist-xz" is in the option list in configure.ac (often removed
 for speed when testing).
-check up to date copyright years in files relevant to --version calls
-(tp/texi2any.pl, info/info.c, install-info/install-info.c, texindex/ti.twjr)
 
 Update version number:
-  update version in configure.ac
-  version number in texi2dvi, texi2pdf
-  version number in js/info.js
+  update version number in configure.ac, texi2dvi, texi2pdf, js/info.js
   version number in txirefcard.tex (offical releases only)
   (cd texindex ; rm texindex.awk ; make)
   (cd tp && ./maintain/change_perl_modules_version.sh auto)
     -- this updates all the version numbers in the Perl modules
+check up to date copyright years in files relevant to --version calls
+(tp/texi2any.pl, info/info.c, install-info/install-info.c, texindex/ti.twjr)
+
+Ensure texinfo.tex, htmlxref.cnf are updated on ftp.gnu.org.
+Upload texi2dvi, texi2pdf (official releases only)
 
 (cd tp ; maintain/regenerate_file_lists.pl) # list all test results
 
diff --git a/configure.ac b/configure.ac
index 02194d3060..1c7f337400 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 #
-# Copyright 2002-2022 Free Software Foundation, Inc.
+# Copyright 2002-2023 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -10,13 +10,13 @@
 # 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.0dev], [bug-texinfo@gnu.org])
+AC_INIT([GNU Texinfo], [7.0.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.
 dnl parallel-tests as recommended by stefano.
-AM_INIT_AUTOMAKE([1.16.2
+AM_INIT_AUTOMAKE([1.16.2 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 0fcc8ec64d..8ca4a17e58 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"),
-             "2022");
+             "2023");
       exit (EXIT_SUCCESS);
     }
 
diff --git a/install-info/install-info.c b/install-info/install-info.c
index 0264010c2b..d9d7793219 100644
--- a/install-info/install-info.c
+++ b/install-info/install-info.c
@@ -2244,7 +2244,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 f213cfdd35..0d1c41832f 100644
--- a/js/info.js
+++ b/js/info.js
@@ -1,5 +1,5 @@
 /* info.js - Javascript UI for Texinfo manuals
-   Copyright (C) 2017-2022 Free Software Foundation, Inc.
+   Copyright (C) 2017-2023 Free Software Foundation, Inc.
 
    This file is part of GNU Texinfo.
 
@@ -1199,7 +1199,7 @@
       store.dispatch ({ type: "iframe-ready", id: config.INDEX_ID });
       store.dispatch ({
         type: "echo",
-        msg: "Welcome to Texinfo documentation viewer 7.0dev, type '?' for 
help."
+        msg: "Welcome to Texinfo documentation viewer 7.0.90, type '?' for 
help."
       });
 
       /* Call user hook.  */
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 188583810d..4ded6337e2 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -71,7 +71,7 @@ valid_tree_transformation
 __ __p
 );
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 
 # i18n
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index 87916a08ca..d31f4c39ac 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.0dev';
+$VERSION = '7.0.90';
 
 my %defaults = (
   'documentlanguage'     => undef,
diff --git a/tp/Texinfo/Convert/DocBook.pm b/tp/Texinfo/Convert/DocBook.pm
index b83b57dce7..9b399738a7 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.0dev';
+$VERSION = '7.0.90';
 
 my %brace_commands = %Texinfo::Commands::brace_commands;
 
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 96d3f331cf..6c21e5a19f 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -80,7 +80,7 @@ require Exporter;
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::Converter);
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 our $module_loaded = 0;
 sub import {
diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index e52f047914..01aa77884c 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.0dev';
+$VERSION = '7.0.90';
 
 
 my $ixin_version = 1;
diff --git a/tp/Texinfo/Convert/IXINSXML.pm b/tp/Texinfo/Convert/IXINSXML.pm
index ae7be6e35b..bd60644dbd 100644
--- a/tp/Texinfo/Convert/IXINSXML.pm
+++ b/tp/Texinfo/Convert/IXINSXML.pm
@@ -38,7 +38,7 @@ use Carp qw(cluck);
 use vars qw($VERSION @ISA);
 @ISA = qw(Texinfo::Convert::TexinfoSXML Texinfo::Convert::IXIN);
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 
 my %defaults = (
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index 26800f23d8..ebcf9c19c3 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.0dev';
+$VERSION = '7.0.90';
 
 
 my $STDIN_DOCU_NAME = 'stdin';
diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index a213d8d156..86897a6de4 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.0dev';
+$VERSION = '7.0.90';
 
 # could export convert_to_latex_math
 
diff --git a/tp/Texinfo/Convert/NodeNameNormalization.pm 
b/tp/Texinfo/Convert/NodeNameNormalization.pm
index e7066189a8..6c37ab6c76 100644
--- a/tp/Texinfo/Convert/NodeNameNormalization.pm
+++ b/tp/Texinfo/Convert/NodeNameNormalization.pm
@@ -57,7 +57,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 
 my %normalize_node_brace_no_arg_commands
diff --git a/tp/Texinfo/Convert/Paragraph.pm b/tp/Texinfo/Convert/Paragraph.pm
index eb00067411..6a931df1d9 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.0dev';
+our $VERSION = '7.0.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Convert/PlainTexinfo.pm 
b/tp/Texinfo/Convert/PlainTexinfo.pm
index ba7c06f5f8..6dbabb83a0 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.0dev';
+$VERSION = '7.0.90';
 
 
 my %defaults = (
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index ef4ed247eb..6db99afdbb 100644
--- a/tp/Texinfo/Convert/Plaintext.pm
+++ b/tp/Texinfo/Convert/Plaintext.pm
@@ -62,7 +62,7 @@ sub import {
   goto &Exporter::import;
 }
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 
 # commands that are of use for formatting.
diff --git a/tp/Texinfo/Convert/Texinfo.pm b/tp/Texinfo/Convert/Texinfo.pm
index bbb8e86acc..0c066dc220 100644
--- a/tp/Texinfo/Convert/Texinfo.pm
+++ b/tp/Texinfo/Convert/Texinfo.pm
@@ -45,7 +45,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 
 my %brace_commands           = %Texinfo::Commands::brace_commands;
diff --git a/tp/Texinfo/Convert/TexinfoMarkup.pm 
b/tp/Texinfo/Convert/TexinfoMarkup.pm
index aa1aa6b4c9..256fde29ec 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.0dev';
+$VERSION = '7.0.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 83d9e30974..26573db43f 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.0dev';
+$VERSION = '7.0.90';
 
 
 # SXML specific
diff --git a/tp/Texinfo/Convert/TexinfoXML.pm b/tp/Texinfo/Convert/TexinfoXML.pm
index f916c618b8..6e5ffb5fa5 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.0dev';
+$VERSION = '7.0.90';
 
 
 # TexinfoXML specific
diff --git a/tp/Texinfo/Convert/Text.pm b/tp/Texinfo/Convert/Text.pm
index 322ac10e7f..157654a56b 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.0dev';
+$VERSION = '7.0.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 8c53b255f5..b0f5412718 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.0dev';
+$VERSION = '7.0.90';
 
 
 my %ignored_brace_commands;
diff --git a/tp/Texinfo/Convert/Unicode.pm b/tp/Texinfo/Convert/Unicode.pm
index df0581627a..43145e1020 100644
--- a/tp/Texinfo/Convert/Unicode.pm
+++ b/tp/Texinfo/Convert/Unicode.pm
@@ -66,7 +66,7 @@ use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS);
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 
 our %unicode_diacritics = (
diff --git a/tp/Texinfo/Convert/Utils.pm b/tp/Texinfo/Convert/Utils.pm
index 578ffbfe36..32f2043b4b 100644
--- a/tp/Texinfo/Convert/Utils.pm
+++ b/tp/Texinfo/Convert/Utils.pm
@@ -58,7 +58,7 @@ add_heading_number
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 
 our @MONTH_NAMES =
diff --git a/tp/Texinfo/MiscXS.pm b/tp/Texinfo/MiscXS.pm
index 2cc351e2a3..39d0db5c33 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.0dev';
+our $VERSION = '7.0.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm
index f67dca622d..90878ffc50 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.0dev';
+our $VERSION = '7.0.90';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index ac5d161e75..a55f1f9472 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -117,7 +117,7 @@ sub import {
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 
 # these are the default values for the parser state
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index 1c1e4ede18..bc21985478 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -74,7 +74,7 @@ use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS);
 
 @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
 
-$VERSION = '7.0dev';
+$VERSION = '7.0.90';
 
 
 my %types_to_enter;
diff --git a/tp/Texinfo/Transformations.pm b/tp/Texinfo/Transformations.pm
index 18fdd620ad..640b70452c 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.0dev';
+$VERSION = '7.0.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 5e7a7bd799..14e52f4bc2 100644
--- a/tp/Texinfo/XSLoader.pm
+++ b/tp/Texinfo/XSLoader.pm
@@ -33,7 +33,7 @@ BEGIN {
 
 our $TEXINFO_XS;
 
-our $VERSION = '7.0dev';
+our $VERSION = '7.0.90';
 
 our $disable_XS;
 
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index d4ddbfaebd..c96085ec0e 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -943,7 +943,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"), "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/texi2dvi b/util/texi2dvi
index 09edc811f7..1ada78a4ff 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -197,7 +197,7 @@ EOF
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 7.0dev)
+texi2dvi (GNU Texinfo 7.0.90)
 
 Copyright (C) 2023 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 a2a57d4470..9a14207991 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.0dev)
+texi2pdf (GNU Texinfo 7.0.90)
 
 Copyright (C) 2023 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]