mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 12:00:45 +00:00
Version 0.19.0 Unstable release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30338 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2248b42cbe
commit
dabdf8972e
3 changed files with 5 additions and 5 deletions
4
ANNOUNCE
4
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
1 ANNOUNCE
|
||||
**********
|
||||
|
||||
This is version 0.18.0 of the GNUstep GUI library (`gnustep-gui').
|
||||
This is version 0.19.0 of the GNUstep GUI library (`gnustep-gui').
|
||||
|
||||
1.1 What is the GNUstep GUI Library?
|
||||
====================================
|
||||
|
@ -39,7 +39,7 @@ and other definitions.
|
|||
1.3 Where can you get it? How can you compile it?
|
||||
==================================================
|
||||
|
||||
The gstep-gui-0.18.0.tar.gz distribution file has been placed at
|
||||
The gstep-gui-0.19.0.tar.gz distribution file has been placed at
|
||||
`ftp://ftp.gnustep.org/pub/gnustep/core'.
|
||||
|
||||
Read the INSTALL file or the GNUstep-HOWTO for installation
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,7 +1,7 @@
|
|||
1 NEWS
|
||||
******
|
||||
|
||||
The currently released version of the library is `0.18.0'.
|
||||
The currently released version of the library is `0.19.0'.
|
||||
|
||||
1.1 Noteworthy changes in version `0.18.0'
|
||||
==========================================
|
||||
|
|
4
Version
4
Version
|
@ -10,10 +10,10 @@ GNUSTEP_GUI_LIBTIFF=3.4
|
|||
|
||||
# The version number of this release.
|
||||
GNUSTEP_GUI_MAJOR_VERSION=0
|
||||
GNUSTEP_GUI_MINOR_VERSION=18
|
||||
GNUSTEP_GUI_MINOR_VERSION=19
|
||||
GNUSTEP_GUI_SUBMINOR_VERSION=0
|
||||
# numeric value should match above
|
||||
VERSION_NUMBER=018.0
|
||||
VERSION_NUMBER=019.0
|
||||
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_GUI_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue