mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 01:31:08 +00:00
ibump subminor version in preparation for next release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36223 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9ea54505c8
commit
c487ad9f67
2 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
||||||
|
2012-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
* Version ... bump subminor number in preparation for next release.
|
||||||
|
|
||||||
2013-02-28 Richard Frith-Macdonald <rfm@gnu.org>
|
2013-02-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
Make release
|
||||||
* Version:
|
* Version:
|
||||||
* Source/NSRegularExpression.m:
|
* Source/NSRegularExpression.m:
|
||||||
* Source/NSURLResponse.m:
|
* Source/NSURLResponse.m:
|
||||||
|
|
4
Version
4
Version
|
@ -7,9 +7,9 @@ GCC_VERSION=4.0.0
|
||||||
# The version number of this release.
|
# The version number of this release.
|
||||||
MAJOR_VERSION=1
|
MAJOR_VERSION=1
|
||||||
MINOR_VERSION=24
|
MINOR_VERSION=24
|
||||||
SUBMINOR_VERSION=3
|
SUBMINOR_VERSION=4
|
||||||
# numeric value should match above
|
# numeric value should match above
|
||||||
VERSION_NUMBER=124.3
|
VERSION_NUMBER=124.4
|
||||||
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||||
VERSION=${GNUSTEP_BASE_VERSION}
|
VERSION=${GNUSTEP_BASE_VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue