diff options
author | Chris Liddell <chris.liddell@artifex.com> | 2011-02-07 15:36:40 +0000 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2011-02-07 15:36:40 +0000 |
commit | 6b6ac5e63b16113068300b665593c3246391adfb (patch) | |
tree | 31a700f9e4d4034c1db5f400de48fa2e9ec8449b /gs/base/gscdef.c | |
parent | ac0081f441cefe73ce52ffbcd32973a63a7806d7 (diff) |
Update documentation and version information in preparation
for a Ghostscript release candidate.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@12121 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/gscdef.c')
-rw-r--r-- | gs/base/gscdef.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/gscdef.c b/gs/base/gscdef.c index 5e16acb0d..3d65c45a0 100644 --- a/gs/base/gscdef.c +++ b/gs/base/gscdef.c @@ -43,7 +43,7 @@ const char *const gs_productfamily = GS_PRODUCTFAMILY; #ifndef GS_PRODUCT # define GS_PRODUCT\ - GS_PRODUCTFAMILY " SVN PRE-RELEASE" + GS_PRODUCTFAMILY " RELEASE CANDIDATE" #endif const char *const gs_product = GS_PRODUCT; |