[gs-cvs] rev 8401 - in trunk/gs: doc lib src

giles at ghostscript.com giles at ghostscript.com
Wed Nov 21 14:42:03 PST 2007


Author: giles
Date: 2007-11-21 14:42:03 -0800 (Wed, 21 Nov 2007)
New Revision: 8401

Modified:
   trunk/gs/doc/News.htm
   trunk/gs/lib/gs_init.ps
   trunk/gs/src/gscdef.c
   trunk/gs/src/version.mak
Log:
Bump the version number and date after the 8.61 release.


Modified: trunk/gs/doc/News.htm
===================================================================
--- trunk/gs/doc/News.htm	2007-11-21 22:17:04 UTC (rev 8400)
+++ trunk/gs/doc/News.htm	2007-11-21 22:42:03 UTC (rev 8401)
@@ -55,10 +55,9 @@
 
 <!-- [2.0 begin contents] ================================================== -->
 
-<h3><a name="Version8.61"></a>Version 8.61 (2007-11-21)</h3>
+<h3><a name="Version8.62"></a>Version 8.62 (unreleased)</h3>
 
-<p>This is the second release in the Ghostscript 8.6x stable series. It 
-contains a number of bug fixes and improvements.
+<p>This is and unreleased development shapshot.
 
 <p> The following <a href="http://bugs.ghostscript.com/">bugs</a> were
 open at the time of the last release: <blockquote>
@@ -471,7 +470,7 @@
 689569.
 </blockquote>
 
-<h3><a name="8.61_Incompatible_changes"></a>Incompatible changes</h3>
+<h3><a name="8.62_Incompatible_changes"></a>Incompatible changes</h3>
 
 <p>
 The default device on unix-oriented builds was temporarily switched to 
@@ -479,7 +478,7 @@
 default was changed again to the <tt>x11alpha</tt> device, if X11 
 support is available, and otherwise falls back to the <tt>bbox</tt> device. 
 
-<h3><a name="8.61_changelog"></a>Changelog</h3>
+<h3><a name="8.62_changelog"></a>Changelog</h3>
 
 <p>See the <a href="History8.htm">history file</a> for complete log 
 of changes.
@@ -503,7 +502,7 @@
 San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
 
 <p>
-<small>Ghostscript version 8.61, 21 November 2007
+<small>Ghostscript version 8.62, 22 November 2007
 
 <!-- [3.0 end visible trailer] ============================================= -->
 

Modified: trunk/gs/lib/gs_init.ps
===================================================================
--- trunk/gs/lib/gs_init.ps	2007-11-21 22:17:04 UTC (rev 8400)
+++ trunk/gs/lib/gs_init.ps	2007-11-21 22:42:03 UTC (rev 8401)
@@ -30,7 +30,7 @@
 % Interpreter library version number
 % NOTE: the interpreter code requires that the first non-comment token
 % in this file be an integer, and that it match the compiled-in version!
-861
+862
 
 % Check the interpreter revision.
 dup revision ne

Modified: trunk/gs/src/gscdef.c
===================================================================
--- trunk/gs/src/gscdef.c	2007-11-21 22:17:04 UTC (rev 8400)
+++ trunk/gs/src/gscdef.c	2007-11-21 22:42:03 UTC (rev 8401)
@@ -43,7 +43,7 @@
 
 #ifndef GS_PRODUCT
 #  define GS_PRODUCT\
-	GS_PRODUCTFAMILY
+	GS_PRODUCTFAMILY " SVN PRE-RELEASE"
 #endif
 const char *CONFIG_CONST gs_product = GS_PRODUCT;
 

Modified: trunk/gs/src/version.mak
===================================================================
--- trunk/gs/src/version.mak	2007-11-21 22:17:04 UTC (rev 8400)
+++ trunk/gs/src/version.mak	2007-11-21 22:42:03 UTC (rev 8401)
@@ -16,10 +16,10 @@
 # Major and minor version numbers.
 # MINOR0 is different from MINOR only if MINOR is a single digit.
 GS_VERSION_MAJOR=8
-GS_VERSION_MINOR=61
-GS_VERSION_MINOR0=61
+GS_VERSION_MINOR=62
+GS_VERSION_MINOR0=62
 # Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20071121
+GS_REVISIONDATE=20071122
 # Derived values
 GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
 GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)



More information about the gs-cvs mailing list