[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1579-g443e60c
[email protected] (Chris Liddell)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via 443e60cd379c3a8b5fca89b59280573b2c651e33 (commit)
from f1ae75eb9d43d9773915ab66b0c97086d0252257 (commit)
----------------------------------------------------------------------
commit 443e60cd379c3a8b5fca89b59280573b2c651e33
Author: Chris Liddell <[email protected]>
Date: Thu Aug 15 11:35:15 2019 +0100
Bump the version number for release.
diff --git a/Resource/Init/gs_init.ps b/Resource/Init/gs_init.ps
index 2e37db0..b976d4f 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!
-928
+929
% Check the interpreter revision.
dup revision ne
diff --git a/base/version.mak b/base/version.mak
index 9573d40..70b29c9 100644
--- a/base/version.mak
+++ b/base/version.mak
@@ -15,10 +15,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=28
-GS_VERSION_MINOR0=28
+GS_VERSION_MINOR=29
+GS_VERSION_MINOR0=29
# Revision date: year x 10000 + month x 100 + day.
-GS_REVISIONDATE=20190404
+GS_REVISIONDATE=20190815
# Derived values
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)
Summary of changes:
Resource/Init/gs_init.ps | 2 +-
base/version.mak | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)