2001-01-08 21:45:31 +00:00
|
|
|
# This file is included in various Makefile's to get version information.
|
|
|
|
# Compatible with Bourne shell syntax, so it can included there too.
|
|
|
|
|
|
|
|
# The version number of this release.
|
2001-04-25 10:57:53 +00:00
|
|
|
GNUSTEP_MAKE_MAJOR_VERSION=1
|
2007-02-16 04:22:26 +00:00
|
|
|
GNUSTEP_MAKE_MINOR_VERSION=98
|
2007-03-29 16:48:25 +00:00
|
|
|
GNUSTEP_MAKE_SUBMINOR_VERSION=2
|
2001-04-25 10:57:53 +00:00
|
|
|
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
2004-03-29 11:39:18 +00:00
|
|
|
|
2003-09-16 03:39:50 +00:00
|
|
|
|
2001-01-08 21:45:31 +00:00
|
|
|
|