From 217f9712df606e4dedc8afe1220e6b30df627516 Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Fri, 29 Jul 2011 10:16:39 +0100 Subject: Increment version number for "master". --- gs/Resource/Init/gs_init.ps | 2 +- gs/base/version.mak | 4 ++-- pl/pl.mak | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gs/Resource/Init/gs_init.ps b/gs/Resource/Init/gs_init.ps index 6b9735285..bcb3ba2c3 100644 --- a/gs/Resource/Init/gs_init.ps +++ b/gs/Resource/Init/gs_init.ps @@ -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! -904 +905 % Check the interpreter revision. dup revision ne diff --git a/gs/base/version.mak b/gs/base/version.mak index eef93cd7b..b2a6261a7 100644 --- a/gs/base/version.mak +++ b/gs/base/version.mak @@ -16,8 +16,8 @@ # Major and minor version numbers. # MINOR0 is different from MINOR only if MINOR is a single digit. GS_VERSION_MAJOR=9 -GS_VERSION_MINOR=04 -GS_VERSION_MINOR0=04 +GS_VERSION_MINOR=05 +GS_VERSION_MINOR0=05 # Revision date: year x 10000 + month x 100 + day. GS_REVISIONDATE=20110330 # Derived values diff --git a/pl/pl.mak b/pl/pl.mak index 519b31e6d..5663ead70 100644 --- a/pl/pl.mak +++ b/pl/pl.mak @@ -52,7 +52,7 @@ plfont_h=$(PLSRC)plfont.h $(gsccode_h) $(plsymbol_h) ################ PJL ################ -PJLVERSION="9.02" +PJLVERSION="9.04" # Translate pjl file system volume "0:" to a directory of your choice # Use forward slash '/' not '\\'; no trailing slash -- cgit v1.2.3