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
|
2003-10-06 03:33:19 +00:00
|
|
|
GNUSTEP_MAKE_MINOR_VERSION=8
|
|
|
|
GNUSTEP_MAKE_SUBMINOR_VERSION=90
|
2001-04-25 10:57:53 +00:00
|
|
|
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
2003-09-16 03:39:50 +00:00
|
|
|
VERSION=${GNUSTEP_MAKE_VERSION}
|
|
|
|
|
2001-01-08 21:45:31 +00:00
|
|
|
|