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:
fedor 2010-05-10 03:41:14 +00:00
parent d263b7eb28
commit e576b5886b
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
1 ANNOUNCE 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? 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? 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'. `ftp://ftp.gnustep.org/pub/gnustep/core'.
Read the INSTALL file or the GNUstep-HOWTO for installation Read the INSTALL file or the GNUstep-HOWTO for installation

2
NEWS
View file

@ -1,7 +1,7 @@
1 NEWS 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' 1.1 Noteworthy changes in version `0.18.0'
========================================== ==========================================

View file

@ -10,10 +10,10 @@ GNUSTEP_GUI_LIBTIFF=3.4
# The version number of this release. # The version number of this release.
GNUSTEP_GUI_MAJOR_VERSION=0 GNUSTEP_GUI_MAJOR_VERSION=0
GNUSTEP_GUI_MINOR_VERSION=18 GNUSTEP_GUI_MINOR_VERSION=19
GNUSTEP_GUI_SUBMINOR_VERSION=0 GNUSTEP_GUI_SUBMINOR_VERSION=0
# numeric value should match above # 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} GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
VERSION=${GNUSTEP_GUI_VERSION} VERSION=${GNUSTEP_GUI_VERSION}