summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-16 22:02:50 +0000
committerKarl Berry <karl@freefriends.org>2020-01-16 22:02:50 +0000
commitbd9b23e78ac5ca313d74220a6efaf298e1f766b5 (patch)
tree857a6f7fecaadf94f03841f83d1646acc2d6c071 /Build/source/texk/web2c
parent027668ae0269a68a604395640ca7ebd51e554c4a (diff)
tl2020 version numbers
git-svn-id: svn://tug.org/texlive/trunk@53427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/ChangeLog6
-rwxr-xr-xBuild/source/texk/web2c/configure24
-rw-r--r--Build/source/texk/web2c/doc/web2c.info192
-rw-r--r--Build/source/texk/web2c/doc/web2c.texi4
-rw-r--r--Build/source/texk/web2c/pdftexdir/pdftex.web6
-rw-r--r--Build/source/texk/web2c/pdftexdir/pdftex_version.h2
-rwxr-xr-xBuild/source/texk/web2c/web2c/configure20
7 files changed, 130 insertions, 124 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index f43e8c77bb4..f635fac4231 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,9 @@
+2020-01-16 Karl Berry <karl@freefriends.org>
+
+ * doc/web2c.texi: 2020.
+ * pdftexdir/pdftex.web,
+ * pdftexdir/pdftex_version.h: 1.40.21 for TL'20.
+
2019-12-17 Karl Berry <karl@freefriends.org>
* tex.ch (out_what [1374]): always set write_open[j]:=false
diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure
index 1e7f0a34e7f..0cd9314ec3b 100755
--- a/Build/source/texk/web2c/configure
+++ b/Build/source/texk/web2c/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Web2C 2020/dev.
+# Generated by GNU Autoconf 2.69 for Web2C 2020.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Web2C'
PACKAGE_TARNAME='web2c'
-PACKAGE_VERSION='2020/dev'
-PACKAGE_STRING='Web2C 2020/dev'
+PACKAGE_VERSION='2020'
+PACKAGE_STRING='Web2C 2020'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1620,7 +1620,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Web2C 2020/dev to adapt to many kinds of systems.
+\`configure' configures Web2C 2020 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1694,7 +1694,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Web2C 2020/dev:";;
+ short | recursive ) echo "Configuration of Web2C 2020:";;
esac
cat <<\_ACEOF
@@ -1917,7 +1917,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Web2C configure 2020/dev
+Web2C configure 2020
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3006,7 +3006,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Web2C $as_me 2020/dev, which was
+It was created by Web2C $as_me 2020, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3387,7 +3387,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
-WEB2CVERSION=2020/dev
+WEB2CVERSION=2020
am__api_version='1.16'
@@ -8696,7 +8696,7 @@ fi
# Define the identity of the package.
PACKAGE='web2c'
- VERSION='2020/dev'
+ VERSION='2020'
cat >>confdefs.h <<_ACEOF
@@ -23688,7 +23688,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."
lt_cl_version="\
-Web2C config.lt 2020/dev
+Web2C config.lt 2020
configured by $0, generated by GNU Autoconf 2.69.
Copyright (C) 2011 Free Software Foundation, Inc.
@@ -27134,7 +27134,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Web2C $as_me 2020/dev, which was
+This file was extended by Web2C $as_me 2020, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -27204,7 +27204,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Web2C config.status 2020/dev
+Web2C config.status 2020
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/Build/source/texk/web2c/doc/web2c.info b/Build/source/texk/web2c/doc/web2c.info
index f96cb41aaf8..e7745a4e5ab 100644
--- a/Build/source/texk/web2c/doc/web2c.info
+++ b/Build/source/texk/web2c/doc/web2c.info
@@ -1,4 +1,4 @@
-This is web2c.info, produced by makeinfo version 6.6 from web2c.texi.
+This is web2c.info, produced by makeinfo version 5.1 from web2c.texi.
This file documents the installation and use of the programs in Web2c,
an implementation of Donald Knuth's TeX system.
@@ -58,7 +58,7 @@ Web2c
This document describes how to install and use the programs in the Web2c
implementation of the TeX system, especially for Unix systems. It
-corresponds to Web2c version 2019, released in August 2019.
+corresponds to Web2c version 2020, released in January 2020.
* Menu:
@@ -82,8 +82,8 @@ File: web2c.info, Node: Introduction, Next: Installation, Prev: Top, Up: Top
1 Introduction
**************
-This manual corresponds to version 2019 of Web2c, released in August
-2019.
+This manual corresponds to version 2020 of Web2c, released in January
+2020.
"Web2c" is the name of a TeX implementation, originally for Unix, but
now also running under DOS, Amiga, and other operating systems. By "TeX
@@ -2323,9 +2323,9 @@ available in many other places, of course).
* Menu:
-* tangle invocation::
-* weave invocation::
-* pooltype invocation::
+* tangle invocation::
+* weave invocation::
+* pooltype invocation::

File: web2c.info, Node: tangle invocation, Next: weave invocation, Up: WEB
@@ -2564,7 +2564,7 @@ program.
* Menu:
-* dvitype output example::
+* dvitype output example::

File: web2c.info, Node: dvitype output example, Up: dvitype invocation
@@ -3425,7 +3425,7 @@ Index
* Menu:
-* #define options: Compile-time options.
+* '#define' options: Compile-time options.
(line 6)
* $ expansion in filenames: \input filenames. (line 47)
* %& magic number: Determining the memory dump to use.
@@ -3466,7 +3466,7 @@ Index
* -base=BASE: Determining the memory dump to use.
(line 15)
* -base=DUMPNAME: Common options. (line 34)
-* -change=CHFILE: mft invocation. (line 63)
+* -change=CHFILE: mft invocation. (line 62)
* -charcode-format=TYPE: tftopl invocation. (line 27)
* -charcode-format=TYPE <1>: vftovp invocation. (line 30)
* -D compiler options: Compile-time options.
@@ -3527,7 +3527,7 @@ Index
* -shell-restricted: tex invocation. (line 121)
* -show-opcodes: dvitype invocation. (line 52)
* -strict: tangle invocation. (line 46)
-* -style=MFTFILE: mft invocation. (line 67)
+* -style=MFTFILE: mft invocation. (line 66)
* -T: mpost invocation. (line 115)
* -terse: bibtex invocation. (line 28)
* -tex=TEXPROGRAM: mpost invocation. (line 118)
@@ -3547,7 +3547,7 @@ Index
* .fmt: Initial TeX. (line 6)
* .mf: mf invocation. (line 24)
* .mp: mpost invocation. (line 30)
-* .mps files and PDF: mpost invocation. (line 86)
+* '.mps' files and PDF: mpost invocation. (line 86)
* .NNN PostScript figures: mpost invocation. (line 35)
* .NNNgf generic fonts: mf invocation. (line 34)
* .tcx character translation files: Common options. (line 98)
@@ -3578,7 +3578,7 @@ Index
* \openin, and pipes: Shell escapes. (line 64)
* \openout and security: tex invocation. (line 48)
* \openout, and pipes: Shell escapes. (line 64)
-* \output routine, and \write: Shell escapes. (line 28)
+* \output routine, and '\write': Shell escapes. (line 28)
* \pdfshellescape: Shell escapes. (line 64)
* \string: \input filenames. (line 59)
* \tracingcharsubdef and MLTeX: \tracingcharsubdef. (line 6)
@@ -3660,7 +3660,7 @@ Index
* byte swapping: Hardware and memory dumps.
(line 13)
* c-sources Makefile target: Additional targets. (line 12)
-* change files, and MFT: mft invocation. (line 63)
+* change files, and MFT: mft invocation. (line 62)
* change files, and Tangle: tangle invocation. (line 11)
* change files, and Weave: weave invocation. (line 14)
* changing error messages style: Common options. (line 26)
@@ -3680,7 +3680,7 @@ Index
(line 69)
* cm.base: Initial Metafont. (line 26)
* cmbase.mf: Initial Metafont. (line 26)
-* cmbase.mft: mft invocation. (line 73)
+* cmbase.mft: mft invocation. (line 72)
* cmmf.base not recommended: Initial Metafont. (line 26)
* color, in DVItoMP: dvitomp invocation. (line 15)
* comments, in TCX files: TCX files. (line 70)
@@ -3693,7 +3693,7 @@ Index
(line 6)
* Computer Modern fonts, and Troff: mpost invocation. (line 65)
* Computer Modern macros: Initial Metafont. (line 26)
-* Computer Modern Typefaces, production of: mft invocation. (line 73)
+* 'Computer Modern Typefaces', production of: mft invocation. (line 72)
* configuration: Installation. (line 6)
* configuration file reading: Path searching. (line 6)
* configuration file values: Runtime options. (line 6)
@@ -3758,12 +3758,12 @@ Index
* dx horizontal escapement <1>: gftype invocation. (line 106)
* dy vertical escapement: gftype invocation. (line 106)
* dynamic array allocation: Runtime options. (line 35)
-* dynamic Metafont mode definitions with smode: Modes. (line 28)
+* dynamic Metafont mode definitions with 'smode': Modes. (line 28)
* dynamic packing variable: pktype invocation. (line 44)
* e response at error prompt: Editor invocation. (line 6)
* e-circumflex: \charsubdef. (line 20)
* e-TeX: TeX extensions. (line 10)
-* e.mft: mft invocation. (line 73)
+* e.mft: mft invocation. (line 72)
* EC fonts: tex invocation. (line 41)
* EC fonts <1>: mf invocation. (line 24)
* editing of bitmap fonts: Font utilities available elsewhere.
@@ -3794,7 +3794,7 @@ Index
* file formats for fonts: Font file formats. (line 6)
* file recorder: Common options. (line 84)
* filename conventions, in input files: \input filenames. (line 6)
-* filenames starting with -: Option conventions. (line 19)
+* filenames starting with '-': Option conventions. (line 19)
* first line of the main input file: Common options. (line 98)
* fixed-point arithmetic: Compile-time options.
(line 21)
@@ -3914,7 +3914,7 @@ Index
* install-formats Make target: Additional targets. (line 17)
* install-mems Make target: Additional targets. (line 34)
* installation: Installation. (line 6)
-* interaction between TCX files and -8bit.: TCX files. (line 104)
+* interaction between TCX files and '-8bit'.: TCX files. (line 104)
* interaction mode: Common options. (line 50)
* international characters: TCX files. (line 6)
* introduction: Introduction. (line 6)
@@ -4004,7 +4004,7 @@ Index
(line 15)
* MetaPost input files: mpost invocation. (line 30)
* MetaPost invocation: mpost invocation. (line 6)
-* MetaPost source, prettyprinting: mft invocation. (line 79)
+* MetaPost source, prettyprinting: mft invocation. (line 78)
* MetaPost, initial: Initial MetaPost. (line 6)
* MetaPost, TeX, and Metafont: Three programs. (line 6)
* metatype1: Font utilities available elsewhere.
@@ -4081,7 +4081,7 @@ Index
* path searching: Path searching. (line 6)
* path searching debugging: Common options. (line 59)
* PDF: TeX extensions. (line 20)
-* PDF, and .mps files: mpost invocation. (line 86)
+* PDF, and '.mps' files: mpost invocation. (line 86)
* pdfTeX: TeX extensions. (line 20)
* permissions, legal: Legalisms. (line 6)
* PFA and PFB conversion: Font utilities available elsewhere.
@@ -4114,7 +4114,7 @@ Index
* plain.bst: Basic BibTeX style files.
(line 11)
* plain.fmt: Initial TeX. (line 13)
-* plain.mft: mft invocation. (line 67)
+* plain.mft: mft invocation. (line 66)
* pltotf: pltotf invocation. (line 6)
* pool file, writing: tangle invocation. (line 16)
* Poole, Simon: Online Metafont graphics.
@@ -4187,8 +4187,8 @@ Index
(line 42)
* security, and output files: tex invocation. (line 48)
* security, and shell escapes: Shell escapes. (line 6)
-* security, and write: mpost invocation. (line 92)
-* security, and \openout: tex invocation. (line 48)
+* security, and 'write': mpost invocation. (line 92)
+* security, and '\openout': tex invocation. (line 48)
* shapes: Metafont. (line 6)
* sharing memory dumps: Hardware and memory dumps.
(line 6)
@@ -4218,7 +4218,7 @@ Index
* string pool, writing: tangle invocation. (line 16)
* string representation: pooltype invocation. (line 30)
* style design, for BibTeX: bibtex invocation. (line 49)
-* style files: mft invocation. (line 67)
+* style files: mft invocation. (line 66)
* substitutions of font glyphs: MLTeX. (line 6)
* sun: Online Metafont graphics.
(line 42)
@@ -4271,7 +4271,7 @@ Index
(line 79)
* TEXMFOUTPUT, used for reading: Output file location.
(line 25)
-* TEXMFOUTPUT, used if . unwritable: Output file location.
+* TEXMFOUTPUT, used if '.' unwritable: Output file location.
(line 19)
* texput: tex invocation. (line 33)
* TFM files, converting property lists to: pltotf invocation. (line 6)
@@ -4391,74 +4391,74 @@ Index

Tag Table:
Node: Top2754
-Node: Introduction3750
-Node: Installation6909
-Node: configure options9011
-Node: Compile-time options11033
-Node: Additional targets12135
-Node: Triptrap13412
-Node: Runtime options14939
-Node: Commonalities16697
-Node: Option conventions17298
-Node: Common options18521
-Node: Path searching22901
-Node: Output file location23873
-Node: Three programs25198
-Node: Initial and virgin25952
-Node: Memory dumps26881
-Node: Creating memory dumps27337
-Node: Determining the memory dump to use28548
-Node: Hardware and memory dumps30129
-Node: Editor invocation32579
-Node: \input filenames33446
-Node: TeX36439
-Node: tex invocation37590
-Node: Initial TeX44493
-Node: Formats45857
-Node: Languages and hyphenation48783
-Node: MLTeX49213
-Node: \charsubdef50701
-Node: \tracingcharsubdef53024
-Node: TCX files53599
-Node: patgen invocation59039
-Node: Shell escapes59745
-Node: IPC and TeX63325
-Node: TeX extensions63895
-Node: Metafont65026
-Node: mf invocation66314
-Node: Initial Metafont70151
-Node: Modes71781
-Node: Online Metafont graphics74031
-Node: gftodvi invocation77456
-Node: mft invocation80276
-Node: MetaPost84274
-Node: mpost invocation85036
-Node: Initial MetaPost90212
-Node: dvitomp invocation91134
-Node: BibTeX91799
-Node: bibtex invocation92160
-Node: Basic BibTeX style files94634
-Node: WEB95964
-Node: tangle invocation97173
-Node: weave invocation99296
-Node: pooltype invocation100703
-Node: DVI utilities101833
-Node: dvicopy invocation102765
-Node: dvitype invocation104048
-Node: dvitype output example106377
-Node: Font utilities109428
-Node: Font file formats110608
-Node: gftopk invocation113877
-Node: pktogf invocation115068
-Node: pktype invocation116234
-Node: gftype invocation119057
-Node: tftopl invocation123560
-Node: pltotf invocation128153
-Node: vftovp invocation129204
-Node: vptovf invocation131439
-Node: Font utilities available elsewhere132466
-Node: Legalisms134846
-Node: References137000
-Node: Index141567
+Node: Introduction3751
+Node: Installation6911
+Node: configure options9013
+Node: Compile-time options11035
+Node: Additional targets12137
+Node: Triptrap13414
+Node: Runtime options14941
+Node: Commonalities16699
+Node: Option conventions17300
+Node: Common options18523
+Node: Path searching22903
+Node: Output file location23875
+Node: Three programs25200
+Node: Initial and virgin25954
+Node: Memory dumps26883
+Node: Creating memory dumps27339
+Node: Determining the memory dump to use28550
+Node: Hardware and memory dumps30131
+Node: Editor invocation32581
+Node: \input filenames33448
+Node: TeX36441
+Node: tex invocation37592
+Node: Initial TeX44495
+Node: Formats45859
+Node: Languages and hyphenation48785
+Node: MLTeX49215
+Node: \charsubdef50703
+Node: \tracingcharsubdef53026
+Node: TCX files53601
+Node: patgen invocation59041
+Node: Shell escapes59747
+Node: IPC and TeX63327
+Node: TeX extensions63897
+Node: Metafont65028
+Node: mf invocation66316
+Node: Initial Metafont70153
+Node: Modes71783
+Node: Online Metafont graphics74033
+Node: gftodvi invocation77458
+Node: mft invocation80278
+Node: MetaPost84276
+Node: mpost invocation85038
+Node: Initial MetaPost90214
+Node: dvitomp invocation91136
+Node: BibTeX91801
+Node: bibtex invocation92162
+Node: Basic BibTeX style files94636
+Node: WEB95966
+Node: tangle invocation97207
+Node: weave invocation99330
+Node: pooltype invocation100737
+Node: DVI utilities101867
+Node: dvicopy invocation102799
+Node: dvitype invocation104082
+Node: dvitype output example106417
+Node: Font utilities109468
+Node: Font file formats110648
+Node: gftopk invocation113917
+Node: pktogf invocation115108
+Node: pktype invocation116274
+Node: gftype invocation119097
+Node: tftopl invocation123600
+Node: pltotf invocation128193
+Node: vftovp invocation129244
+Node: vptovf invocation131479
+Node: Font utilities available elsewhere132506
+Node: Legalisms134886
+Node: References137040
+Node: Index141607

End Tag Table
diff --git a/Build/source/texk/web2c/doc/web2c.texi b/Build/source/texk/web2c/doc/web2c.texi
index 871d811b33a..046086606fa 100644
--- a/Build/source/texk/web2c/doc/web2c.texi
+++ b/Build/source/texk/web2c/doc/web2c.texi
@@ -11,8 +11,8 @@ The latest version is available from ftp://ftp.tug.org/tex/texinfo.tex.}
\fi
@end tex
-@set version 2019
-@set month-year August 2019
+@set version 2020
+@set month-year January 2020
@c Define new indices for commands in auxiliary files, filenames, and options.
@defcodeindex cm
diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web
index e8b8c1a236e..a3091b95aa4 100644
--- a/Build/source/texk/web2c/pdftexdir/pdftex.web
+++ b/Build/source/texk/web2c/pdftexdir/pdftex.web
@@ -1,4 +1,4 @@
-% Copyright 1996-2019 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh,
+% Copyright 1996-2020 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh,
% <thanh@@pdftex.org>
% This file is part of pdfTeX.
@@ -306,8 +306,8 @@ known as `\eTeX'.
{printed when \eTeX\ starts}
@#
@d pdftex_version==140 { \.{\\pdftexversion} }
-@d pdftex_revision=="20" { \.{\\pdftexrevision} }
-@d pdftex_version_string=='-1.40.20' {current \pdfTeX\ version}
+@d pdftex_revision=="21" { \.{\\pdftexrevision} }
+@d pdftex_version_string=='-1.40.21' {current \pdfTeX\ version}
@#
@d pdfTeX_banner=='This is pdfTeX, Version 3.14159265',eTeX_version_string,pdftex_version_string
{printed when \pdfTeX\ starts}
diff --git a/Build/source/texk/web2c/pdftexdir/pdftex_version.h b/Build/source/texk/web2c/pdftexdir/pdftex_version.h
index 3ceb2c603d4..0191c09fa25 100644
--- a/Build/source/texk/web2c/pdftexdir/pdftex_version.h
+++ b/Build/source/texk/web2c/pdftexdir/pdftex_version.h
@@ -1 +1 @@
-#define PDFTEX_VERSION "1.40.20"
+#define PDFTEX_VERSION "1.40.21"
diff --git a/Build/source/texk/web2c/web2c/configure b/Build/source/texk/web2c/web2c/configure
index 222d97b7804..98cea705a83 100755
--- a/Build/source/texk/web2c/web2c/configure
+++ b/Build/source/texk/web2c/web2c/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Web2C Tools 2020/dev.
+# Generated by GNU Autoconf 2.69 for Web2C Tools 2020.
#
# Report bugs to <tex-k@tug.org>.
#
@@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Web2C Tools'
PACKAGE_TARNAME='web2c-tools'
-PACKAGE_VERSION='2020/dev'
-PACKAGE_STRING='Web2C Tools 2020/dev'
+PACKAGE_VERSION='2020'
+PACKAGE_STRING='Web2C Tools 2020'
PACKAGE_BUGREPORT='tex-k@tug.org'
PACKAGE_URL=''
@@ -1328,7 +1328,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures Web2C Tools 2020/dev to adapt to many kinds of systems.
+\`configure' configures Web2C Tools 2020 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1398,7 +1398,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of Web2C Tools 2020/dev:";;
+ short | recursive ) echo "Configuration of Web2C Tools 2020:";;
esac
cat <<\_ACEOF
@@ -1521,7 +1521,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-Web2C Tools configure 2020/dev
+Web2C Tools configure 2020
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2360,7 +2360,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by Web2C Tools $as_me 2020/dev, which was
+It was created by Web2C Tools $as_me 2020, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -8047,7 +8047,7 @@ fi
# Define the identity of the package.
PACKAGE='web2c-tools'
- VERSION='2020/dev'
+ VERSION='2020'
cat >>confdefs.h <<_ACEOF
@@ -14576,7 +14576,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by Web2C Tools $as_me 2020/dev, which was
+This file was extended by Web2C Tools $as_me 2020, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -14642,7 +14642,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-Web2C Tools config.status 2020/dev
+Web2C Tools config.status 2020
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"