diff options
author | Chris Liddell <chris.liddell@artifex.com> | 2012-01-30 13:23:18 +0000 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2012-03-15 11:54:19 +0000 |
commit | 390e46c23f30032754991bcc1c0611c43c079f21 (patch) | |
tree | c76072e8a90f5fd7dab552a85e6511e1a681aefd | |
parent | e5c5dec415b56e72ed9b7642ccd9cbc76a029995 (diff) |
Increment Ghostscript version on master to 9.06.
No (important) cluster differences.
-rw-r--r-- | gs/Resource/Init/gs_init.ps | 2 | ||||
-rw-r--r-- | gs/base/version.mak | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gs/Resource/Init/gs_init.ps b/gs/Resource/Init/gs_init.ps index 92f8dc380..fd4a7df2e 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! -905 +906 % Check the interpreter revision. dup revision ne diff --git a/gs/base/version.mak b/gs/base/version.mak index b2a6261a7..5849721f2 100644 --- a/gs/base/version.mak +++ b/gs/base/version.mak @@ -16,10 +16,10 @@ # Major and minor version numbers. # MINOR0 is different from MINOR only if MINOR is a single digit. GS_VERSION_MAJOR=9 -GS_VERSION_MINOR=05 -GS_VERSION_MINOR0=05 +GS_VERSION_MINOR=06 +GS_VERSION_MINOR0=06 # Revision date: year x 10000 + month x 100 + day. -GS_REVISIONDATE=20110330 +GS_REVISIONDATE=20120130 # Derived values GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0) GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0) |