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
|
2006-08-28 14:24:35 +00:00
|
|
|
GNUSTEP_MAKE_MINOR_VERSION=13
|
2006-03-14 04:13:57 +00:00
|
|
|
GNUSTEP_MAKE_SUBMINOR_VERSION=0
|
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
|
|
|
|