diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2003-05-21 14:54:42 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2003-05-21 14:54:42 +0000 |
commit | cd552b639b77b4f67580798e4e58abf9a380f24a (patch) | |
tree | 5d251b4d84593de52b111e79d94620aa89678807 | |
parent | ba0c08b140a20452f1fa3cbe0bc59110f288089b (diff) |
Gnostscript 8.10 is a beta release.ghostscript-8.10
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@3957 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 3fc8d0759..8a4dffc7d 100644 --- a/gs/src/gscdef.c +++ b/gs/src/gscdef.c @@ -45,7 +45,7 @@ const char *CONFIG_CONST gs_productfamily = GS_PRODUCTFAMILY; #ifndef GS_PRODUCT # define GS_PRODUCT\ - "AFPL Ghostscript DEVELOPMENT RELEASE" + "AFPL Ghostscript BETA RELEASE" #endif const char *CONFIG_CONST gs_product = GS_PRODUCT; |