[gs-commits] ghostpdl branch, gs9.50, updated. ghostpdl-9.28rc4-14-gd2897b9
[email protected] (Chris Liddell) Tue, 15 Oct 2019 09:04:23 +0000 (UTC)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, gs9.50 has been updated
via d2897b976cf065874516f9f8e2a040965b2a384b (commit)
from 18eedc30986ed2dfaf2357c0b0ca962532ace896 (commit)
----------------------------------------------------------------------
commit d2897b976cf065874516f9f8e2a040965b2a384b
Author: Chris Liddell <[email protected]>
Date: Tue Oct 15 10:03:54 2019 +0100
Remove RC string for real release
diff --git a/base/gscdefs.h b/base/gscdefs.h
index aea4514..6c93350 100644
--- a/base/gscdefs.h
+++ b/base/gscdefs.h
@@ -37,7 +37,7 @@
#ifndef GS_PRODUCT
# define GS_PRODUCT\
- GS_PRODUCTFAMILY " RELEASE CANDIDATE 4"
+ GS_PRODUCTFAMILY ""
#endif
/* Prototypes for configuration definitions in gconfig.c. */
Summary of changes:
base/gscdefs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)