mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 05:40:48 +00:00
9 lines
387 B
Text
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=9
|
|
GNUSTEP_MAKE_SUBMINOR_VERSION=1
|
|
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
|
|