Bugfix release 1.31.1

This commit is contained in:
rfm 2025-02-28 17:38:20 +00:00
parent db20d02fc0
commit 6307e474dd
6 changed files with 141 additions and 99 deletions

View file

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