Bump version number

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@23758 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2006-10-04 13:56:07 +00:00
parent 221e3cab14
commit 211a2fd602
2 changed files with 6 additions and 4 deletions

View file

@ -1,9 +1,11 @@
2006-10-04 Richard Frith-Macdonald <rfm@gnu.org>
* For help key, generate key/down/up ewvent as well as flag changes.
* Source/x11/XGServerEvent.m:
For help key, generate key/down/up ewvent as well as flag changes.
Use X Super_L key symbol as default backup help key, since many
keyboards don't have a help key mapping by default, but the super
keys are often the 'windows' keys available on PC keyboards.
* Version: bump version number for next release
2006-10-04 Fred Kiefer <FredKiefer@gmx.de>

View file

@ -3,12 +3,12 @@
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=11
GNUSTEP_BACK_MINOR_VERSION=12
GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above
VERSION_NUMBER=011.0
VERSION_NUMBER=012.0
# This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=011
INTERFACE_VERSION_NUMBER=012
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}