tools-make/Version
Richard Frith-MacDonald 5fd8baaec0 release noters and version bump for minor bugfix release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36931 72102866-910b-0410-8b05-ffd578937521
2013-07-26 08:57:28 +00:00

9 lines
387 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=2
GNUSTEP_MAKE_MINOR_VERSION=6
GNUSTEP_MAKE_SUBMINOR_VERSION=5
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}