Fix matching numeric version

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25033 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2007-04-13 20:29:30 +00:00
parent d512da4a7f
commit 6f40ca9efe
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-04-13 Adam Fedor <fedor@gnu.org>
* Version: Fix matching numeric version
2007-04-13 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSFileHandle.m: ([-readDataOfLength:]) fix bug which could

View file

@ -9,7 +9,7 @@ MAJOR_VERSION=1
MINOR_VERSION=15
SUBMINOR_VERSION=0
# numeric value should match above
VERSION_NUMBER=114.0
VERSION_NUMBER=115.0
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}