Changes preparing for release

This commit is contained in:
Richard Frith-Macdonald 2017-12-19 13:52:16 +00:00
parent f319725536
commit b5bea3f3a7
5 changed files with 135 additions and 96 deletions

View file

@ -7,9 +7,9 @@ GCC_VERSION=4.0.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=25
SUBMINOR_VERSION=0
SUBMINOR_VERSION=1
# numeric value should match above
VERSION_NUMBER=125.0
VERSION_NUMBER=125.1
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}