diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2010-02-03 22:42:50 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2010-02-03 22:42:50 +0000 |
commit | 971026cf39f72f8dfba7df1be3be46d624f5653d (patch) | |
tree | f698b694bf7c297dd9b6d2a4ac607bf7d4f561ce /gs/base/gscdef.c | |
parent | 53104f6cde839aed55fb0fbf27d4e9ef301ddbdd (diff) |
Update release date for the 8.71 release candidate.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10702 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/gscdef.c')
-rw-r--r-- | gs/base/gscdef.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gs/base/gscdef.c b/gs/base/gscdef.c index cf2424f3b..e64a7d5fb 100644 --- a/gs/base/gscdef.c +++ b/gs/base/gscdef.c @@ -31,7 +31,7 @@ const long gs_buildtime = GS_BUILDTIME; #ifndef GS_COPYRIGHT # define GS_COPYRIGHT\ - "Copyright (C) 2009 Artifex Software, Inc. All rights reserved." + "Copyright (C) 2010 Artifex Software, Inc. All rights reserved." #endif const char *const gs_copyright = GS_COPYRIGHT; @@ -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; |