texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: changes for 6.7.91 pretest


From: Gavin D. Smith
Subject: branch master updated: changes for 6.7.91 pretest
Date: Wed, 16 Jun 2021 19:41:51 -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 3f7bb95  changes for 6.7.91 pretest
3f7bb95 is described below

commit 3f7bb952b5f6fefbeee893c2be4b2ce9503ded62
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Jun 17 00:41:27 2021 +0100

    changes for 6.7.91 pretest
---
 ChangeLog                         | 8 ++++++++
 configure.ac                      | 2 +-
 install-info/install-info.c       | 4 ++--
 po/ca.po                          | 2 +-
 po/cs.po                          | 2 +-
 po/da.po                          | 2 +-
 po/de.po                          | 2 +-
 po/el.po                          | 2 +-
 po/eo.po                          | 2 +-
 po/es.po                          | 2 +-
 po/fi.po                          | 2 +-
 po/fr.po                          | 2 +-
 po/he.po                          | 2 +-
 po/hr.po                          | 2 +-
 po/hu.po                          | 2 +-
 po/id.po                          | 2 +-
 po/it.po                          | 2 +-
 po/ja.po                          | 2 +-
 po/nb.po                          | 2 +-
 po/nl.po                          | 2 +-
 po/pl.po                          | 2 +-
 po/pt.po                          | 2 +-
 po/pt_BR.po                       | 2 +-
 po/ro.po                          | 2 +-
 po/ru.po                          | 2 +-
 po/rw.po                          | 2 +-
 po/sl.po                          | 2 +-
 po/sv.po                          | 2 +-
 po/tr.po                          | 2 +-
 po/uk.po                          | 2 +-
 po/vi.po                          | 2 +-
 po/zh_CN.po                       | 2 +-
 po/zh_TW.po                       | 2 +-
 po_document/ca.po                 | 2 +-
 po_document/ca.us-ascii.po        | 2 +-
 po_document/cs.po                 | 2 +-
 po_document/de.po                 | 2 +-
 po_document/de.us-ascii.po        | 2 +-
 po_document/eo.po                 | 2 +-
 po_document/es.po                 | 2 +-
 po_document/fr.po                 | 2 +-
 po_document/hr.po                 | 2 +-
 po_document/hu.po                 | 2 +-
 po_document/it.po                 | 2 +-
 po_document/nl.po                 | 2 +-
 po_document/no.us-ascii.po        | 2 +-
 po_document/pl.po                 | 2 +-
 po_document/pt.po                 | 2 +-
 po_document/pt.us-ascii.po        | 2 +-
 po_document/pt_BR.po              | 2 +-
 po_document/pt_BR.us-ascii.po     | 2 +-
 po_document/sv.po                 | 2 +-
 po_document/uk.po                 | 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/Paragraph.pm   | 2 +-
 tp/Texinfo/Convert/Plaintext.pm   | 2 +-
 tp/Texinfo/Convert/Texinfo.pm     | 2 +-
 tp/Texinfo/Convert/TexinfoSXML.pm | 2 +-
 tp/Texinfo/Convert/TexinfoXML.pm  | 2 +-
 tp/Texinfo/Convert/Text.pm        | 2 +-
 tp/Texinfo/MiscXS.pm              | 2 +-
 tp/Texinfo/Parser.pm              | 2 +-
 tp/Texinfo/ParserNonXS.pm         | 2 +-
 tp/Texinfo/Structuring.pm         | 2 +-
 tp/Texinfo/XSLoader.pm            | 2 +-
 util/pdftexi2dvi                  | 2 +-
 util/texi2dvi                     | 2 +-
 util/texi2pdf                     | 2 +-
 74 files changed, 82 insertions(+), 74 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9203e6f..fd3a941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-02-23  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       pretest 6.7.91
+
+       * configure.ac, util/texi2dvi, util/texi2pdf,
+       * info/info.c (main), install-info/install-info.c (main):
+       version, 2021.
+
 2021-06-08  Gavin Smith  <gavinsmith0123@gmail.com>
 
        Document @indent @image{}
diff --git a/configure.ac b/configure.ac
index 6040a4a..7c33469 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], [6.7.90], [bug-texinfo@gnu.org])
+AC_INIT([GNU Texinfo], [6.7.91], [bug-texinfo@gnu.org])
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/install-info/install-info.c b/install-info/install-info.c
index bd74ff0..e10f492 100644
--- a/install-info/install-info.c
+++ b/install-info/install-info.c
@@ -1,6 +1,6 @@
 /* install-info -- merge Info directory entries from an Info file.
 
-   Copyright 1996-2020 Free Software Foundation, Inc.
+   Copyright 1996-2021 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
@@ -2236,7 +2236,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"),
-              "2019");
+              "2021");
           exit (EXIT_SUCCESS);
 
         case 'W':
diff --git a/po/ca.po b/po/ca.po
index b218bd9..69fc143 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.1.92\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2016-12-30 07:10+0100\n"
 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
diff --git a/po/cs.po b/po/cs.po
index 661eda5..5ac3369 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -19,7 +19,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-08-20 20:35+02:00\n"
 "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
diff --git a/po/da.po b/po/da.po
index d9e51ef..31d925d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -19,7 +19,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.5.93\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-02-14 10:09+0100\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
diff --git a/po/de.po b/po/de.po
index c45f5bc..90cf8d5 100644
--- a/po/de.po
+++ b/po/de.po
@@ -35,7 +35,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2021-01-27 18:12+0100\n"
 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
diff --git a/po/el.po b/po/el.po
index 3493637..012c8c5 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNU texinfo 6.0.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2015-12-28 00:59+0200\n"
 "Last-Translator: Tsiolkas Michail <cs112152@cs.uoi.gr>\n"
 "Language-Team: Greek <team@lists.gnome.gr>\n"
diff --git a/po/eo.po b/po/eo.po
index 54d3cbe..5b821bc 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2021-03-17 15:12-0300\n"
 "Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
diff --git a/po/es.po b/po/es.po
index 81bbab4..3fe41d3 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo-6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-08-21 10:02+0200\n"
 "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
 "Language-Team: Spanish <es@tp.org.es>\n"
diff --git a/po/fi.po b/po/fi.po
index a049515..8550259 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNU texinfo 6.5.93\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-03-05 09:35+0200\n"
 "Last-Translator: Tommi Nieminen <translator@legisign.org>\n"
 "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
diff --git a/po/fr.po b/po/fr.po
index 7ca6e5b..66ef8b9 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-08-28 12:18+0200\n"
 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
 "Language-Team: French <traduc@traduc.org>\n"
diff --git a/po/he.po b/po/he.po
index 1723691..76bba1e 100644
--- a/po/he.po
+++ b/po/he.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.2\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2002-04-03 12:31+0300\n"
 "Last-Translator: Eli Zaretskii <eliz@gnu.org>\n"
 "Language-Team: Hebrew <eliz@gnu.org>\n"
diff --git a/po/hr.po b/po/hr.po
index 2750c1a..af4b1a0 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNU texinfo-6.5.93\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-02-12 18:44-0800\n"
 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
diff --git a/po/hu.po b/po/hu.po
index 1a2cd12..6f4fa2e 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.7.x\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2006-02-18 16:00+0100\n"
 "Last-Translator: Máté LABÁDI <labadimate@freemail.hu>\n"
 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
diff --git a/po/id.po b/po/id.po
index 31e959e..83714e3 100644
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 5.1.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2014-08-11 17:30+0700\n"
 "Last-Translator: Arif E. Nugroho <arif_endro@yahoo.com>\n"
 "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
diff --git a/po/it.po b/po/it.po
index 91382c8..d2c5e15 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2020-10-22 14:08+0200\n"
 "Last-Translator: Francesco Groccia <f.g@disroot.org>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
diff --git a/po/ja.po b/po/ja.po
index 8aa4e00..b1dd67b 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -13,7 +13,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 5.1.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2014-11-07 08:03+0000\n"
 "Last-Translator: Yasuaki Taniguchi <yasuakit@gmail.com>\n"
 "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
diff --git a/po/nb.po b/po/nb.po
index 1307117..d795ae3 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.1.92\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2017-01-22 20:47+0100\n"
 "Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
diff --git a/po/nl.po b/po/nl.po
index 4cf8091..5ce1670 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo-6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-08-20 16:40+0200\n"
 "Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po/pl.po b/po/pl.po
index 0e4dd2b..a771c21 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-08-25 19:38+0200\n"
 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
diff --git a/po/pt.po b/po/pt.po
index 807af71..405df09 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNU texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-08-20 12:20+0100\n"
 "Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
 "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8e80496..2b0c6a8 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-12-16 08:16-0300\n"
 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
diff --git a/po/ro.po b/po/ro.po
index 1cfc088..2f0902c 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.7.94\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2005-05-03 12:00+05\n"
 "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n"
 "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
diff --git a/po/ru.po b/po/ru.po
index 60262e3..ebce407 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-09-09 19:58+0300\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <gnu@d07.ru>\n"
diff --git a/po/rw.po b/po/rw.po
index 4e80ed1..ec674db 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -16,7 +16,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.7.94\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2005-04-04 10:55-0700\n"
 "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
 "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
diff --git a/po/sl.po b/po/sl.po
index bb1bb3c..f4aed2c 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.13\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2012-08-10 18:31+0100\n"
 "Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
 "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
diff --git a/po/sv.po b/po/sv.po
index d12c4fa..22a52d1 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-08-20 15:18+0200\n"
 "Last-Translator: Sebastian Rasmussen <sebras@gmail.com>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
diff --git a/po/tr.po b/po/tr.po
index 895cf1c..5390ed0 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-08-26 15:59+0300\n"
 "Last-Translator: Mehmet Kececi <mkececi@mehmetkececi.com>\n"
 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
diff --git a/po/uk.po b/po/uk.po
index 5af6c53..9f492a5 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.6.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-08-20 12:39+0300\n"
 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
 "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
diff --git a/po/vi.po b/po/vi.po
index 619c979..fd045c3 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.3.92\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2017-07-11 14:12+0700\n"
 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 149a74a..107416d 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 6.3.92\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2018-01-23 10:13+0800\n"
 "Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 26c875b..224d463 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 4.1\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:53+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2002-03-08 04:56+0800\n"
 "Last-Translator: Abel Cheung <maddog@linux.org.hk>\n"
 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
diff --git a/po_document/ca.po b/po_document/ca.po
index d3b13ab..be72bd7 100644
--- a/po_document/ca.po
+++ b/po_document/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 5.9.93\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2015-06-08 17:08+0200\n"
 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
diff --git a/po_document/ca.us-ascii.po b/po_document/ca.us-ascii.po
index 8a4c28a..b909a78 100644
--- a/po_document/ca.us-ascii.po
+++ b/po_document/ca.us-ascii.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 5.9.93\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2015-06-08 17:08+0200\n"
 "Last-Translator: Walter Garcia-Fontes <walter.garcia@upf.edu>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
diff --git a/po_document/cs.po b/po_document/cs.po
index 59ff029..fda237d 100644
--- a/po_document/cs.po
+++ b/po_document/cs.po
@@ -19,7 +19,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 6.4.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2017-07-11 17:01+02:00\n"
 "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
diff --git a/po_document/de.po b/po_document/de.po
index 9653c2b..d6af3f5 100644
--- a/po_document/de.po
+++ b/po_document/de.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 5.0\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2014-04-11 22:11+0100\n"
 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
diff --git a/po_document/de.us-ascii.po b/po_document/de.us-ascii.po
index 41c5d29..8b0e3a4 100644
--- a/po_document/de.us-ascii.po
+++ b/po_document/de.us-ascii.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 5.0\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2014-04-11 22:11+0100\n"
 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
 "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
diff --git a/po_document/eo.po b/po_document/eo.po
index 6809a65..ef9c0ee 100644
--- a/po_document/eo.po
+++ b/po_document/eo.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 6.4.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2018-05-24 21:45-0300\n"
 "Last-Translator: Felipe Castro <fefcas@gmail.com>\n"
 "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
diff --git a/po_document/es.po b/po_document/es.po
index 5ae41df..04460ca 100644
--- a/po_document/es.po
+++ b/po_document/es.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document-6.4.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2017-07-18 00:44+0200\n"
 "Last-Translator: Antonio Ceballos <aceballos@gmail.com>\n"
 "Language-Team: Spanish <es@tp.org.es>\n"
diff --git a/po_document/fr.po b/po_document/fr.po
index 1948f77..6c93d61 100644
--- a/po_document/fr.po
+++ b/po_document/fr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 6.5.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-01-16 19:31+0100\n"
 "Last-Translator: Jean-Charles Malahieude <lilyfan@orange.fr>\n"
 "Language-Team: French <traduc@traduc.org>\n"
diff --git a/po_document/hr.po b/po_document/hr.po
index 452714a..673a7c2 100644
--- a/po_document/hr.po
+++ b/po_document/hr.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNU texinfo_document 6.5.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2020-11-22 13:29-0800\n"
 "Last-Translator: Božidar Putanec <bozidarp@yahoo.com>\n"
 "Language-Team: Croatian <lokalizacija@linux.hr>\n"
diff --git a/po_document/hu.po b/po_document/hu.po
index c959652..4cfcdce 100644
--- a/po_document/hu.po
+++ b/po_document/hu.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 6.4.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2018-01-20 14:27+0100\n"
 "Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
 "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
diff --git a/po_document/it.po b/po_document/it.po
index 1942139..3b0b9eb 100644
--- a/po_document/it.po
+++ b/po_document/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 6.4.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2017-07-11 10:52+0200\n"
 "Last-Translator: Federico Bruni <fede@inventati.org>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
diff --git a/po_document/nl.po b/po_document/nl.po
index e5e7702..fd1377a 100644
--- a/po_document/nl.po
+++ b/po_document/nl.po
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document-6.3.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2017-04-26 21:52+0200\n"
 "Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
 "Language-Team: Dutch <vertaling@vrijschrift.org>\n"
diff --git a/po_document/no.us-ascii.po b/po_document/no.us-ascii.po
index 9893fe0..203c6f5 100644
--- a/po_document/no.us-ascii.po
+++ b/po_document/no.us-ascii.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 5.0\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2001-01-01\n"
 "Last-Translator: Unknown\n"
 "Language-Team: Unknown\n"
diff --git a/po_document/pl.po b/po_document/pl.po
index 13164cc..08c9a45 100644
--- a/po_document/pl.po
+++ b/po_document/pl.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 6.4.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2017-07-11 22:19+0200\n"
 "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
 "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
diff --git a/po_document/pt.po b/po_document/pt.po
index a13b28f..37cf9a2 100644
--- a/po_document/pt.po
+++ b/po_document/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 6.4.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2018-10-24 09:03+0100\n"
 "Last-Translator: Pedro Albuquerque <palbuquerque73@gmail.com>\n"
 "Language-Team: Portuguese <translation-team-pt@lists.sourceforge.net>\n"
diff --git a/po_document/pt.us-ascii.po b/po_document/pt.us-ascii.po
index 6e89954..6175dea 100644
--- a/po_document/pt.us-ascii.po
+++ b/po_document/pt.us-ascii.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo 5.0\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2006-01-09\n"
 "Last-Translator: Jorge Barros de Abreu <ficmatin01@solar.com.br>\n"
 "Language-Team: Unknown\n"
diff --git a/po_document/pt_BR.po b/po_document/pt_BR.po
index 366d0e5..7fdc0ce 100644
--- a/po_document/pt_BR.po
+++ b/po_document/pt_BR.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 6.5.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-12-17 17:52-0300\n"
 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
diff --git a/po_document/pt_BR.us-ascii.po b/po_document/pt_BR.us-ascii.po
index 4c08bc6..b390ff2 100644
--- a/po_document/pt_BR.us-ascii.po
+++ b/po_document/pt_BR.us-ascii.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 5.9.93\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2015-06-07 06:25-0300\n"
 "Last-Translator: Jorge Barros de Abreu <ficmatin10@gmail.com>\n"
 "Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
diff --git a/po_document/sv.po b/po_document/sv.po
index 3117483..bfd9b8d 100644
--- a/po_document/sv.po
+++ b/po_document/sv.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GNU texinfo_document 6.5.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2019-04-19 05:41+0800\n"
 "Last-Translator: Sebastian Rasmussen <sebras@gmail.com>\n"
 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
diff --git a/po_document/uk.po b/po_document/uk.po
index 262368e..814b51f 100644
--- a/po_document/uk.po
+++ b/po_document/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: texinfo_document 6.4.90\n"
 "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
-"POT-Creation-Date: 2021-06-15 20:54+0100\n"
+"POT-Creation-Date: 2021-06-15 21:06+0100\n"
 "PO-Revision-Date: 2017-07-11 11:09+0200\n"
 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 5b34792..b5b93d1 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -64,7 +64,7 @@ valid_tree_transformation
 __ __p print_tree
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 # i18n
 sub N__($)
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index 2d092fc..fc5c0b8 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -49,7 +49,7 @@ xml_accents
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,
diff --git a/tp/Texinfo/Convert/DocBook.pm b/tp/Texinfo/Convert/DocBook.pm
index 3726446..f1ae3ad 100644
--- a/tp/Texinfo/Convert/DocBook.pm
+++ b/tp/Texinfo/Convert/DocBook.pm
@@ -47,7 +47,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 my $nbsp = '&#'.hex('00A0').';';
 my $mdash = '&#'.hex('2014').';';
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 67802d1..f600bd1 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -83,7 +83,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;
diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index 4a32de6..cb141a1 100644
--- a/tp/Texinfo/Convert/IXIN.pm
+++ b/tp/Texinfo/Convert/IXIN.pm
@@ -47,7 +47,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 my $ixin_version = 1;
 
diff --git a/tp/Texinfo/Convert/IXINSXML.pm b/tp/Texinfo/Convert/IXINSXML.pm
index f7b20b8..20b1c40 100644
--- a/tp/Texinfo/Convert/IXINSXML.pm
+++ b/tp/Texinfo/Convert/IXINSXML.pm
@@ -46,7 +46,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 0,
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index c36b1e2..a04df25 100644
--- a/tp/Texinfo/Convert/Info.pm
+++ b/tp/Texinfo/Convert/Info.pm
@@ -43,7 +43,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 my $STDIN_DOCU_NAME = 'stdin';
 
diff --git a/tp/Texinfo/Convert/Paragraph.pm b/tp/Texinfo/Convert/Paragraph.pm
index 8b1697a..ca15683 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 = '6.7.90';
+our $VERSION = '6.7.91';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index 9e19fed..4dc2b1a 100644
--- a/tp/Texinfo/Convert/Plaintext.pm
+++ b/tp/Texinfo/Convert/Plaintext.pm
@@ -61,7 +61,7 @@ sub import {
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;
diff --git a/tp/Texinfo/Convert/Texinfo.pm b/tp/Texinfo/Convert/Texinfo.pm
index 07bb506..051190f 100644
--- a/tp/Texinfo/Convert/Texinfo.pm
+++ b/tp/Texinfo/Convert/Texinfo.pm
@@ -40,7 +40,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 my %misc_commands            = %Texinfo::Common::misc_commands;
 my %brace_commands           = %Texinfo::Common::brace_commands;    
diff --git a/tp/Texinfo/Convert/TexinfoSXML.pm 
b/tp/Texinfo/Convert/TexinfoSXML.pm
index 8f7c77d..d592b3b 100644
--- a/tp/Texinfo/Convert/TexinfoSXML.pm
+++ b/tp/Texinfo/Convert/TexinfoSXML.pm
@@ -43,7 +43,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 # SXML specific
 my %defaults = (
diff --git a/tp/Texinfo/Convert/TexinfoXML.pm b/tp/Texinfo/Convert/TexinfoXML.pm
index dcd86ec..c97bf14 100644
--- a/tp/Texinfo/Convert/TexinfoXML.pm
+++ b/tp/Texinfo/Convert/TexinfoXML.pm
@@ -45,7 +45,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 # XML specific
 my %defaults = (
diff --git a/tp/Texinfo/Convert/Text.pm b/tp/Texinfo/Convert/Text.pm
index d5b87b0..b6a443c 100644
--- a/tp/Texinfo/Convert/Text.pm
+++ b/tp/Texinfo/Convert/Text.pm
@@ -48,7 +48,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
 # when they have no brace_command_arg, see below.
diff --git a/tp/Texinfo/MiscXS.pm b/tp/Texinfo/MiscXS.pm
index f291956..6ba5907 100644
--- a/tp/Texinfo/MiscXS.pm
+++ b/tp/Texinfo/MiscXS.pm
@@ -22,7 +22,7 @@ use 5.00405;
 use strict;
 use warnings;
 
-our $VERSION = '6.7.90';
+our $VERSION = '6.7.91';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm
index ce29fda..ccc4bc6 100644
--- a/tp/Texinfo/Parser.pm
+++ b/tp/Texinfo/Parser.pm
@@ -20,7 +20,7 @@ use 5.00405;
 use strict;
 use warnings;
 
-our $VERSION = '6.7.90';
+our $VERSION = '6.7.91';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 62cbde5..2daa2c4 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -96,7 +96,7 @@ sub import {
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 sub N__($)
 {
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index 5a73db8..b2bf7ab 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -65,7 +65,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.90';
+$VERSION = '6.7.91';
 
 
 my %types_to_enter;
diff --git a/tp/Texinfo/XSLoader.pm b/tp/Texinfo/XSLoader.pm
index fe1c3b3..1c7a663 100644
--- a/tp/Texinfo/XSLoader.pm
+++ b/tp/Texinfo/XSLoader.pm
@@ -23,7 +23,7 @@ use warnings;
 
 our $TEXINFO_XS;
 
-our $VERSION = '6.7.90';
+our $VERSION = '6.7.91';
 
 our $disable_XS;
 
diff --git a/util/pdftexi2dvi b/util/pdftexi2dvi
index bc82e86..c644359 100755
--- a/util/pdftexi2dvi
+++ b/util/pdftexi2dvi
@@ -24,7 +24,7 @@ rcs_version=`set - $rcs_revision; echo $2`
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.7.90) $rcs_version
+texi2pdf (GNU Texinfo 6.7.91) $rcs_version
 
 Copyright (C) 2021 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 f1cbaef..51c1375 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -198,7 +198,7 @@ EOF
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 6.7.90)
+texi2dvi (GNU Texinfo 6.7.91)
 
 Copyright (C) 2021 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 bc82e86..c644359 100755
--- a/util/texi2pdf
+++ b/util/texi2pdf
@@ -24,7 +24,7 @@ rcs_version=`set - $rcs_revision; echo $2`
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.7.90) $rcs_version
+texi2pdf (GNU Texinfo 6.7.91) $rcs_version
 
 Copyright (C) 2021 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]