[gs-cvs] gs/src
Raph Levien
raph at casper.ghostscript.com
Tue Aug 6 16:10:42 PDT 2002
Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv26559/src
Modified Files:
gscdef.c version.mak
Log Message:
First commit in 7.22 release process: date and News updates.
Index: gscdef.c
===================================================================
RCS file: /cvs/ghostscript/gs/src/gscdef.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- gscdef.c 9 Jul 2002 07:42:10 -0000 1.22
+++ gscdef.c 6 Aug 2002 23:10:40 -0000 1.23
@@ -45,7 +45,7 @@
#ifndef GS_PRODUCT
# define GS_PRODUCT\
- "AFPL Ghostscript CVS PRE-RELEASE"
+ "AFPL Ghostscript DEVELOPMENT RELEASE"
#endif
const char *CONFIG_CONST gs_product = GS_PRODUCT;
Index: version.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/version.mak,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- version.mak 9 Jul 2002 07:42:10 -0000 1.48
+++ version.mak 6 Aug 2002 23:10:40 -0000 1.49
@@ -22,7 +22,7 @@
GS_VERSION_MINOR=22
GS_VERSION_MINOR0=22
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20020709
+GS_REVISIONDATE=20020806
# Derived values
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR)
More information about the gs-cvs
mailing list