mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/branches/freeze-1_0_0@9526 72102866-910b-0410-8b05-ffd578937521
9 lines
339 B
Text
9 lines
339 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.
|
|
MAKE_MAJOR_VERSION=1
|
|
MAKE_MINOR_VERSION=0
|
|
MAKE_SUBMINOR_VERSION=0
|
|
GNUSTEP_MAKE_VERSION=${MAKE_MAJOR_VERSION}.${MAKE_MINOR_VERSION}.${MAKE_SUBMINOR_VERSION}
|
|
|