mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-21 13:20:50 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/stable@25897 72102866-910b-0410-8b05-ffd578937521
11 lines
389 B
Text
11 lines
389 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=0
|
|
GNUSTEP_MAKE_SUBMINOR_VERSION=4
|
|
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
|
|
|
|
|
|