mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Bump version to 1.21.0 for unstable branch
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30327 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d9f651ea46
commit
b15ccef05a
4 changed files with 9 additions and 5 deletions
4
ANNOUNCE
4
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
1 Announcement
|
||||
**************
|
||||
|
||||
The GNUstep Base Library, version 1.20.0, is now available.
|
||||
The GNUstep Base Library, version 1.21.0, is now available.
|
||||
|
||||
1.1 What is the GNUstep Base Library?
|
||||
=====================================
|
||||
|
@ -34,7 +34,7 @@ compatibility.
|
|||
1.3 Where can you get it? How can you compile it?
|
||||
==================================================
|
||||
|
||||
The gnustep-base-1.20.0.tar.gz distribution file has been placed at
|
||||
The gnustep-base-1.21.0.tar.gz distribution file has been placed at
|
||||
`ftp://ftp.gnustep.org/pub/gnustep/core'.
|
||||
|
||||
Please log bug reports on the GNUstep project page
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2010-05-08 Adam Fedor <fedor@mallory>
|
||||
|
||||
* Unstable Version 1.21.0
|
||||
|
||||
2010-05-08 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 1.20.0
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,7 +1,7 @@
|
|||
1 News
|
||||
******
|
||||
|
||||
The currently released version of the library is `1.20.0'.
|
||||
The currently released version of the library is `1.21.0'.
|
||||
|
||||
See the `ReleaseNotes.html' document for more information.
|
||||
|
||||
|
|
4
Version
4
Version
|
@ -6,10 +6,10 @@ GCC_VERSION=2.9.5
|
|||
|
||||
# The version number of this release.
|
||||
MAJOR_VERSION=1
|
||||
MINOR_VERSION=20
|
||||
MINOR_VERSION=21
|
||||
SUBMINOR_VERSION=0
|
||||
# numeric value should match above
|
||||
VERSION_NUMBER=120.0
|
||||
VERSION_NUMBER=121.0
|
||||
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BASE_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue