[gs-cvs] rev 7447 - in trunk/gs: lib src
giles at ghostscript.com
giles at ghostscript.com
Mon Dec 4 13:41:08 PST 2006
Author: giles
Date: 2006-12-04 13:41:08 -0800 (Mon, 04 Dec 2006)
New Revision: 7447
Modified:
trunk/gs/lib/gs_init.ps
trunk/gs/src/version.mak
Log:
Update the product name to "GPL Ghostscript" and bump the version number
for the upcoming release to avoid confusion with the GNU 8.55 release.
Modified: trunk/gs/lib/gs_init.ps
===================================================================
--- trunk/gs/lib/gs_init.ps 2006-12-04 21:17:43 UTC (rev 7446)
+++ trunk/gs/lib/gs_init.ps 2006-12-04 21:41:08 UTC (rev 7447)
@@ -29,7 +29,7 @@
% Check the interpreter revision. NOTE: the interpreter code requires
% that the first non-comment token in this file be an integer.
-855
+856
dup revision ne
{ (gs: Interpreter revision \() print revision 10 string cvs print
(\) does not match gs_init.ps revision \() print 10 string cvs print
Modified: trunk/gs/src/version.mak
===================================================================
--- trunk/gs/src/version.mak 2006-12-04 21:17:43 UTC (rev 7446)
+++ trunk/gs/src/version.mak 2006-12-04 21:41:08 UTC (rev 7447)
@@ -16,8 +16,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=55
-GS_VERSION_MINOR0=55
+GS_VERSION_MINOR=56
+GS_VERSION_MINOR0=56
# Revision date: year x 10000 + month x 100 + day.
GS_REVISIONDATE=20060520
# Derived values
More information about the gs-cvs
mailing list