[gs-cvs] gs/src
Ray Johnston
ray at ghostscript.com
Wed Nov 9 10:37:31 PST 2005
Update of /cvs/ghostscript/gs/src
In directory casper2:/tmp/cvs-serv3370/src
Modified Files:
version.mak gscdef.c
Log Message:
Bump version to 8.54 CVS PRE-RELEASE after the 8.53 release.
Index: version.mak
===================================================================
RCS file: /cvs/ghostscript/gs/src/version.mak,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- version.mak 20 Oct 2005 19:46:55 -0000 1.87
+++ version.mak 9 Nov 2005 18:37:29 -0000 1.88
@@ -19,8 +19,8 @@
# Major and minor version numbers.
# MINOR0 is different from MINOR only if MINOR is a single digit.
GS_VERSION_MAJOR=8
-GS_VERSION_MINOR=53
-GS_VERSION_MINOR0=53
+GS_VERSION_MINOR=54
+GS_VERSION_MINOR0=54
# Revision date: year x 10000 + month x 100 + day.
GS_REVISIONDATE=20051020
# Derived values
Index: gscdef.c
===================================================================
RCS file: /cvs/ghostscript/gs/src/gscdef.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- gscdef.c 20 Oct 2005 19:46:55 -0000 1.58
+++ gscdef.c 9 Nov 2005 18:37:29 -0000 1.59
@@ -46,7 +46,7 @@
#ifndef GS_PRODUCT
# define GS_PRODUCT\
- GS_PRODUCTFAMILY
+ GS_PRODUCTFAMILY " CVS PRE_RELEASE"
#endif
const char *CONFIG_CONST gs_product = GS_PRODUCT;
More information about the gs-cvs
mailing list