diff --git a/ChangeLog b/ChangeLog index c9ba07b..0e6a767 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ 2006-10-04 Richard Frith-Macdonald - * 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 diff --git a/Version b/Version index 1371a45..b44e195 100644 --- a/Version +++ b/Version @@ -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}