[gs-cvs] rev 7915 - trunk/gs/src
till at ghostscript.com
till at ghostscript.com
Tue May 8 10:30:27 PDT 2007
Author: till
Date: 2007-05-08 10:30:26 -0700 (Tue, 08 May 2007)
New Revision: 7915
Added:
trunk/gs/src/version.mak.in
Removed:
trunk/gs/src/version.mak
Log:
src/version.mak --> src/version.mak.in (part of build system patch)
Deleted: trunk/gs/src/version.mak
===================================================================
Added: trunk/gs/src/version.mak.in
===================================================================
--- trunk/gs/src/version.mak.in 2007-05-08 17:29:31 UTC (rev 7914)
+++ trunk/gs/src/version.mak.in 2007-05-08 17:30:26 UTC (rev 7915)
@@ -0,0 +1,26 @@
+# Copyright (C) 2001-2006 artofcode LLC.
+# All Rights Reserved.
+#
+# This software is provided AS-IS with no warranty, either express or
+# implied.
+#
+# This software is distributed under license and may not be copied, modified
+# or distributed except as expressly authorized under the terms of that
+# license. Refer to licensing information at http://www.artifex.com/
+# or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
+# San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
+#
+# $Id: version.mak 7790 2007-03-15 00:44:21Z giles $
+# Makefile fragment containing the current revision identification.
+
+# Major and minor version numbers.
+# MINOR0 is different from MINOR only if MINOR is a single digit.
+GS_VERSION_MAJOR=@GS_VERSION_MAJOR@
+GS_VERSION_MINOR=@GS_VERSION_MINOR@
+GS_VERSION_MINOR0=@GS_VERSION_MINOR0@
+# Revision date: year x 10000 + month x 100 + day.
+GS_REVISIONDATE=@GS_REVISIONDATE@
+# Derived values
+GS_VERSION=$(GS_VERSION_MAJOR)$(GS_VERSION_MINOR0)
+GS_DOT_VERSION=$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR0)
+GS_REVISION=$(GS_VERSION)
More information about the gs-cvs
mailing list