mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
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:
parent
03b4962adb
commit
d68a81f438
4 changed files with 10 additions and 6 deletions
4
ANNOUNCE
4
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
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?
|
||||
====================================
|
||||
|
@ -30,7 +30,7 @@ Many Windows improvements
|
|||
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/\'.
|
||||
|
||||
1.4 Where do I send bug reports?
|
||||
|
|
|
@ -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>
|
||||
|
||||
* Version 0.18.0
|
||||
|
|
2
README
2
README
|
@ -1,7 +1,7 @@
|
|||
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:
|
||||
|
||||
|
|
6
Version
6
Version
|
@ -3,12 +3,12 @@
|
|||
|
||||
# The version number of this release.
|
||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||
GNUSTEP_BACK_MINOR_VERSION=18
|
||||
GNUSTEP_BACK_MINOR_VERSION=19
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=0
|
||||
# This numeric value should match above
|
||||
VERSION_NUMBER=018.0
|
||||
VERSION_NUMBER=019.0
|
||||
# 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}
|
||||
VERSION=${GNUSTEP_BACK_VERSION}
|
||||
|
|
Loading…
Reference in a new issue