diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-24 11:36:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-24 11:36:54 +0300 |
commit | e0fb5433dc35f18d6a69a916f5bf4e90c796c356 (patch) | |
tree | d8c589707fb66eefa5387d68a0fb23ab3c9d49f5 /vms/descrip.mms | |
parent | 11de2bdb1dc70d7b008cf14ffbdd7be89ec704fa (diff) | |
download | gawk-e0fb5433dc35f18d6a69a916f5bf4e90c796c356.tar.gz |
Fix vms version stuff. Get the tarball really right.gawk-4.0.0
Diffstat (limited to 'vms/descrip.mms')
-rw-r--r-- | vms/descrip.mms | 4 |
1 files changed, 2 insertions, 2 deletions
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 |