1#  Copyright (C) 2001-2010 Artifex Software, Inc.
2#  All Rights Reserved.
3#
4#  This software is provided AS-IS with no warranty, either express or
5#  implied.
6#
7#  This software is distributed under license and may not be copied, modified
8#  or distributed except as expressly authorized under the terms of that
9#  license.  Refer to licensing information at http://www.artifex.com/
10#  or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11#  San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12#
13# $Id: version.mak 10732 2010-02-10 18:17:48Z giles $
14# Makefile fragment containing the current revision identification.
15
16# Major and minor version numbers.
17# MINOR0 is different from MINOR only if MINOR is a single digit.
18GS_VERSION_MAJOR=8
19GS_VERSION_MINOR=71
20GS_VERSION_MINOR0=71
21# Revision date: year x 10000 + month x 100 + day.
22GS_REVISIONDATE=20100210
23# Derived values
24GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
25GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)
26GS_REVISION=$(GS_VERSION)
27