~ubuntu-branches/ubuntu/utopic/ghostscript/utopic-proposed

« back to all changes in this revision

Viewing changes to base/gscdef.c

  • Committer: Package Import Robot
  • Author(s): Till Kamppeter
  • Date: 2013-08-22 12:17:38 UTC
  • mfrom: (1.1.40)
  • Revision ID: package-import@ubuntu.com-20130822121738-oeacladyztarm9wa
Tags: 9.09~dfsg-0ubuntu1
* New upstream release
   - Ghostscript 9.09 final release
   - The URW Postscript font set has been updated to the latest version,
     fixing many compatibility problems with the Adobe fonts.
   - Bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
#ifndef GS_PRODUCT
47
47
#  define GS_PRODUCT\
48
 
        GS_PRODUCTFAMILY " RELEASE CANDIDATE 1"
 
48
        GS_PRODUCTFAMILY ""
49
49
#endif
50
50
const char *const gs_product = GS_PRODUCT;
51
51