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-05-20 03:22:54 +00:00
|
|
|
GNUSTEP_MAKE_MINOR_VERSION=7
|
2003-08-24 03:04:03 +00:00
|
|
|
GNUSTEP_MAKE_SUBMINOR_VERSION=3
|
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:43:06 +00:00
|
|
|
VERSION=${GNUSTEP_MAKE_VERSION}
|
|
|
|
|
2001-01-08 21:45:31 +00:00
|
|
|
|