tools-make/Version

10 lines
339 B
Text
Raw Permalink Normal View History

# 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}