~ubuntu-branches/ubuntu/intrepid/ghostscript/intrepid-updates

« back to all changes in this revision

Viewing changes to src/gscdef.c

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-08-13 21:49:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070813214958-ro9nbb3fmvzlr7q3
Tags: 8.61.dfsg.1~svn8187-0ubuntu1
New upstream release
o SVN snapshot rev 8187
o CJK patches from Koji Otani to fix several issues with CJK text
(should fix http://bugs.ghostscript.com/show_bug.cgi?id=689304).
These patches were also applied to ESP Ghostscript and having them
in Gutsy's GPL GS will avoide regressions against Feisty's ESP GS.
o Minor bug fixes from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
*/
13
13
 
14
 
/* $Id: gscdef.c 8160 2007-08-01 19:18:12Z giles $ */
 
14
/* $Id: gscdef.c 8165 2007-08-01 23:56:58Z giles $ */
15
15
/* Configuration scalars */
16
16
 
17
17
#include "std.h"
43
43
 
44
44
#ifndef GS_PRODUCT
45
45
#  define GS_PRODUCT\
46
 
        GS_PRODUCTFAMILY
 
46
        GS_PRODUCTFAMILY " SVN PRE-RELEASE"
47
47
#endif
48
48
const char *CONFIG_CONST gs_product = GS_PRODUCT;
49
49