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

« back to all changes in this revision

Viewing changes to src/version.mak

  • 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:
10
10
#  or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11
11
#  San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
#
13
 
# $Id: version.mak 8150 2007-07-30 20:02:41Z giles $
 
13
# $Id: version.mak 8165 2007-08-01 23:56:58Z giles $
14
14
# Makefile fragment containing the current revision identification.
15
15
 
16
16
# Major and minor version numbers.
17
17
# MINOR0 is different from MINOR only if MINOR is a single digit.
18
18
GS_VERSION_MAJOR=8
19
 
GS_VERSION_MINOR=60
20
 
GS_VERSION_MINOR0=60
 
19
GS_VERSION_MINOR=61
 
20
GS_VERSION_MINOR0=61
21
21
# Revision date: year x 10000 + month x 100 + day.
22
 
GS_REVISIONDATE=20070801
 
22
GS_REVISIONDATE=20070802
23
23
# Derived values
24
24
GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
25
25
GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)