diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2007-05-11 17:06:15 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2007-05-11 17:06:15 +0000 |
commit | 03d324179433910ddd617aa75dfc575a01669ba9 (patch) | |
tree | c61ac15c1a6d2055a8b8c074e944bebddf800673 | |
parent | 08ceac366fa36b67167a0f9b999bb564ac9a678d (diff) |
Update the product name for release.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@7951 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r-- | gs/src/gscdef.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/src/gscdef.c b/gs/src/gscdef.c index 59eda78bd..73e27ac90 100644 --- a/gs/src/gscdef.c +++ b/gs/src/gscdef.c @@ -43,7 +43,7 @@ const char *CONFIG_CONST gs_productfamily = GS_PRODUCTFAMILY; #ifndef GS_PRODUCT # define GS_PRODUCT\ - GS_PRODUCTFAMILY " SVN PRE-RELEASE" + GS_PRODUCTFAMILY "" #endif const char *CONFIG_CONST gs_product = GS_PRODUCT; |