release-chore: Update to 0.27.0.

This commit is contained in:
Ivan Vučica 2019-01-06 22:23:49 +00:00
parent 9b43c1d568
commit 390be8237c
No known key found for this signature in database
GPG key ID: 6E4D7BA2D93CAC9D
5 changed files with 75 additions and 80 deletions

View file

@ -3,12 +3,12 @@
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=26
GNUSTEP_BACK_SUBMINOR_VERSION=2
GNUSTEP_BACK_MINOR_VERSION=27
GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above
VERSION_NUMBER=026.2
VERSION_NUMBER=027.0
# This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=026
INTERFACE_VERSION_NUMBER=027
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}