aboutsummaryrefslogtreecommitdiffstats
path: root/vms
diff options
context:
space:
mode:
Diffstat (limited to 'vms')
-rw-r--r--vms/ChangeLog7
-rw-r--r--vms/descrip.mms4
-rw-r--r--vms/vms-conf.h4
-rw-r--r--vms/vmsbuild.com5
4 files changed, 14 insertions, 6 deletions
diff --git a/vms/ChangeLog b/vms/ChangeLog
index 8aaeb418..9fe0f0f0 100644
--- a/vms/ChangeLog
+++ b/vms/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-24 Arnold D. Robbins <arnold@skeeve.com>
+
+ * vmsbuild.com (REL, PATCHLVL): Move to 4.0.0.
+ * descrip.mms (REL, PATCHLVL): Move to 4.0.0.
+ * vms-conf.h (VERSION, PACKAGE_VERSION): Move to 4.0.0.
+ * 4.0.0: Remake the tar ball.
+
2011-06-23 Arnold D. Robbins <arnold@skeeve.com>
* ChangeLog.0: Rotated ChangeLog into this file.
diff --git a/vms/descrip.mms b/vms/descrip.mms
index 076b94b4..967a312e 100644
--- a/vms/descrip.mms
+++ b/vms/descrip.mms
@@ -138,8 +138,8 @@ VMSOTHR = $(VMSDIR)descrip.mms,$(VMSDIR)vmsbuild.com,$(VMSDIR)version.com,\
DOCS= $(DOCDIR)gawk.1,$(DOCDIR)gawk.texi,$(DOCDIR)texinfo.tex
# Release of gawk
-REL=3.1
-PATCHLVL=8
+REL=4.0
+PATCHLVL=0
# generic target
all : gawk,pgawk,dgawk
diff --git a/vms/vms-conf.h b/vms/vms-conf.h
index 705323ad..183b7245 100644
--- a/vms/vms-conf.h
+++ b/vms/vms-conf.h
@@ -402,7 +402,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "3.1.8"
+#define PACKAGE_VERSION "4.0.0"
/* Define to 1 if *printf supports %F format */
#undef PRINTF_HAS_F_FORMAT
@@ -435,7 +435,7 @@
#define USE_INCLUDED_STRFTIME 1
/* Version number of package */
-#define VERSION "3.1.8"
+#define VERSION "4.0.0"
/* Define to 1 if on AIX 3.
System headers sometimes define this.
diff --git a/vms/vmsbuild.com b/vms/vmsbuild.com
index d3efc3b8..0ad0d3d0 100644
--- a/vms/vmsbuild.com
+++ b/vms/vmsbuild.com
@@ -9,9 +9,10 @@ $! gawk 3.1.0 revised, Mar'01
$! gawk 3.1.1 revised, Apr'02
$! gawk 3.1.6 revised, Mar'07
$! gawk-bytecode revd, Jan'10
+$! gawk 4.0.0 revd, May'11
$!
-$ REL = "3.1" !release version number
-$ PATCHLVL = "8"
+$ REL = "4.0" !release version number
+$ PATCHLVL = "0"
$!
$!
$ CCFLAGS = "/noList" ! "/noOpt/Debug"