tools-make/Version
Adam Fedor 707470d320 Version 1.13.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@23342 72102866-910b-0410-8b05-ffd578937521
2006-08-28 14:24:35 +00:00

11 lines
390 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=13
GNUSTEP_MAKE_SUBMINOR_VERSION=0
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}