mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
d512da4a7f
commit
6f40ca9efe
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
2
Version
2
Version
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue