mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 07:21:02 +00:00
Bump version
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25051 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56531d5d69
commit
110c5d2c78
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-04-14 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: Bump version
|
||||
|
||||
2007-04-04 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/gsc/GSContext.h: Remove ivar gtable.
|
||||
|
|
6
Version
6
Version
|
@ -3,12 +3,12 @@
|
|||
|
||||
# The version number of this release.
|
||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||
GNUSTEP_BACK_MINOR_VERSION=12
|
||||
GNUSTEP_BACK_MINOR_VERSION=13
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=0
|
||||
# This numeric value should match above
|
||||
VERSION_NUMBER=012.0
|
||||
VERSION_NUMBER=013.0
|
||||
# This numeric value should match the compatible gui interface version
|
||||
INTERFACE_VERSION_NUMBER=012
|
||||
INTERFACE_VERSION_NUMBER=013
|
||||
|
||||
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BACK_VERSION}
|
||||
|
|
Loading…
Reference in a new issue