Version 0.19.0 Unstable release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@30340 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2010-05-10 03:43:08 +00:00
parent 03b4962adb
commit d68a81f438
4 changed files with 10 additions and 6 deletions

View file

@ -1,7 +1,7 @@
1 ANNOUNCE 1 ANNOUNCE
********** **********
This is version 0.18.0 of the GNUstep GUI Backend (`gnustep-back'). This is version 0.19.0 of the GNUstep GUI Backend (`gnustep-back').
1.1 What is the GNUstep GUI Backend? 1.1 What is the GNUstep GUI Backend?
==================================== ====================================
@ -30,7 +30,7 @@ Many Windows improvements
1.3 Where can you get it? How can you compile it? 1.3 Where can you get it? How can you compile it?
================================================== ==================================================
The gstep-back-0.18.0.tar.gz distribution file has been placed at The gstep-back-0.19.0.tar.gz distribution file has been placed at
`ftp://ftp.gnustep.org/\'. `ftp://ftp.gnustep.org/\'.
1.4 Where do I send bug reports? 1.4 Where do I send bug reports?

View file

@ -1,3 +1,7 @@
2010-05-09 Adam Fedor <fedor@gnu.org>
* Version 0.19.0 Unstable release
2010-05-09 Adam Fedor <fedor@gnu.org> 2010-05-09 Adam Fedor <fedor@gnu.org>
* Version 0.18.0 * Version 0.18.0

2
README
View file

@ -1,7 +1,7 @@
1 README 1 README
******** ********
This is version 0.18.0 of the GNUstep GUI Backend (`gnustep-back'). This is version 0.19.0 of the GNUstep GUI Backend (`gnustep-back').
Here is some introductory info to get you started: Here is some introductory info to get you started:

View file

@ -3,12 +3,12 @@
# The version number of this release. # The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0 GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=18 GNUSTEP_BACK_MINOR_VERSION=19
GNUSTEP_BACK_SUBMINOR_VERSION=0 GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above # This numeric value should match above
VERSION_NUMBER=018.0 VERSION_NUMBER=019.0
# This numeric value should match the compatible gui interface version # This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=018 INTERFACE_VERSION_NUMBER=019
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION} GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION} VERSION=${GNUSTEP_BACK_VERSION}