[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1727-gac5c874
[email protected] (Chris Liddell) Tue, 15 Oct 2019 08:49:26 +0000 (UTC)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via ac5c8747c9f9e2710a315ff25d41a7b9a592b583 (commit)
from e7488d8a4d2bb48d6285d4ba3db1539206f0e67f (commit)
----------------------------------------------------------------------
commit ac5c8747c9f9e2710a315ff25d41a7b9a592b583
Author: Chris Liddell <[email protected]>
Date: Tue Oct 15 09:27:39 2019 +0100
Version number, to dovetail with release
diff --git a/Resource/Init/gs_init.ps b/Resource/Init/gs_init.ps
index e2c26aa..390ff79 100644
--- a/Resource/Init/gs_init.ps
+++ b/Resource/Init/gs_init.ps
@@ -34,7 +34,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!
-929
+951
% Check the interpreter revision.
dup revision ne
diff --git a/base/version.mak b/base/version.mak
index 70b29c9..0167dd1 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -15,8 +15,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=29
-GS_VERSION_MINOR0=29
+GS_VERSION_MINOR=51
+GS_VERSION_MINOR0=51
# Revision date: year x 10000 + month x 100 + day.
GS_REVISIONDATE=20190815
# Derived values
Summary of changes:
Resource/Init/gs_init.ps | 2 +-
base/version.mak | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)