tools-make/Version
Adam Fedor 4c3841e93e Updated from main
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-1_8_0@17678 72102866-910b-0410-8b05-ffd578937521
2003-09-16 03:43:06 +00:00

11 lines
420 B
Text

# 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.
GNUSTEP_MAKE_MAJOR_VERSION=1
GNUSTEP_MAKE_MINOR_VERSION=7
GNUSTEP_MAKE_SUBMINOR_VERSION=3
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
VERSION=${GNUSTEP_MAKE_VERSION}