diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-23 14:34:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-23 14:34:16 +0200 |
commit | a105a111175f499c1c3f9d9b6fa91758e90794fb (patch) | |
tree | 204c51dbd529613098c934a3e4f678d60f67090d | |
parent | cfa30992be7c98184d68c3afbb489d47dddcf0fa (diff) | |
download | egawk-a105a111175f499c1c3f9d9b6fa91758e90794fb.tar.gz egawk-a105a111175f499c1c3f9d9b6fa91758e90794fb.tar.bz2 egawk-a105a111175f499c1c3f9d9b6fa91758e90794fb.zip |
Update versions before making tarball.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/awkcard.in | 2 | ||||
-rw-r--r-- | doc/gawk.texi | 2 | ||||
-rw-r--r-- | vms/ChangeLog | 6 | ||||
-rw-r--r-- | vms/descrip.mms | 2 | ||||
-rw-r--r-- | vms/vms-conf.h | 6 | ||||
-rw-r--r-- | vms/vmsbuild.com | 2 |
7 files changed, 17 insertions, 8 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 7a8fcc8e..49ba2c2d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-12-23 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi: Remove an incorrect comment. + * awkcard.in: Bump patch level. + 2012-12-15 Arnold D. Robbins <arnold@skeeve.com> * macros: Update to GPL Version 3 and add copyright year. diff --git a/doc/awkcard.in b/doc/awkcard.in index a0abfa74..3197d38d 100644 --- a/doc/awkcard.in +++ b/doc/awkcard.in @@ -1913,7 +1913,7 @@ to use the current domain.\*(CB .ES .nf \*(CDHost: \*(FCftp.gnu.org\*(FR -File: \*(FC/gnu/gawk/gawk-4.0.1.tar.gz\fP +File: \*(FC/gnu/gawk/gawk-4.0.2.tar.gz\fP .in +.2i .fi GNU \*(AK (\*(GK). There may be a later version. diff --git a/doc/gawk.texi b/doc/gawk.texi index ec83964d..f620047a 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -26527,8 +26527,6 @@ This @value{CHAPTER} briefly describes the evolution of the @command{awk} language, with cross-references to other parts of the @value{DOCUMENT} where you can find more information. -@c FIXME: Try to determine whether it was 3.1 or 3.2 that had new awk. - @menu * V7/SVR3.1:: The major changes between V7 and System V Release 3.1. diff --git a/vms/ChangeLog b/vms/ChangeLog index d13315d2..f82de051 100644 --- a/vms/ChangeLog +++ b/vms/ChangeLog @@ -1,3 +1,9 @@ +2012-12-23 Arnold D. Robbins <arnold@skeeve.com> + + * vmsbuild.com (REL, PATCHLVL): Move to 4.0.2. + * descrip.mms (REL, PATCHLVL): Move to 4.0.2. + * vms-conf.h (VERSION, PACKAGE_VERSION, PACKAGE_STRING): Move to 4.0.2. + 2012-11-24 Arnold D. Robbins <arnold@skeeve.com> * vmstest.com: Fix typo in applying previous patch. diff --git a/vms/descrip.mms b/vms/descrip.mms index f00921ea..d431af8f 100644 --- a/vms/descrip.mms +++ b/vms/descrip.mms @@ -140,7 +140,7 @@ DOCS= $(DOCDIR)gawk.1,$(DOCDIR)gawk.texi,$(DOCDIR)texinfo.tex # Release of gawk REL=4.0 -PATCHLVL=1 +PATCHLVL=2 # generic target all : gawk,pgawk,dgawk diff --git a/vms/vms-conf.h b/vms/vms-conf.h index 59abd5de..d4dd0f9b 100644 --- a/vms/vms-conf.h +++ b/vms/vms-conf.h @@ -399,7 +399,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 3.1.8" +#define PACKAGE_STRING "GNU Awk 4.0.2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -408,7 +408,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.1" +#define PACKAGE_VERSION "4.0.2" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -438,7 +438,7 @@ #define USE_INCLUDED_STRFTIME 1 /* Version number of package */ -#define VERSION "4.0.1" +#define VERSION "4.0.2" /* Define to 1 if on AIX 3. System headers sometimes define this. diff --git a/vms/vmsbuild.com b/vms/vmsbuild.com index 047e49a2..d93fefe1 100644 --- a/vms/vmsbuild.com +++ b/vms/vmsbuild.com @@ -12,7 +12,7 @@ $! gawk-bytecode revd, Jan'10 $! gawk 4.0.0 revd, May'11 $! $ REL = "4.0" !release version number -$ PATCHLVL = "1" +$ PATCHLVL = "2" $! $! $ CCFLAGS = "/noList" ! "/noOpt/Debug" |