mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 02:30:37 +00:00
Changes for the 0.11.0 release.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23349 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
da7ae90539
commit
68d089ba75
4 changed files with 11 additions and 7 deletions
4
ANNOUNCE
4
ANNOUNCE
|
@ -1,7 +1,7 @@
|
|||
1 ANNOUNCE
|
||||
**********
|
||||
|
||||
This is version 0.10.3 of the GNUstep GUI library (`gnustep-gui').
|
||||
This is version 0.11.0 of the GNUstep GUI library (`gnustep-gui').
|
||||
|
||||
1.1 What is the GNUstep GUI Library?
|
||||
====================================
|
||||
|
@ -37,7 +37,7 @@ component like the GNUstep 'Back' Backend.
|
|||
1.3 Where can you get it? How can you compile it?
|
||||
==================================================
|
||||
|
||||
The gstep-gui-0.10.3.tar.gz distribution file has been placed at
|
||||
The gstep-gui-0.11.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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2006-08-28 00:00-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Version 0.11.0
|
||||
|
||||
2006-08-26 22:30-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibLoader.m: loadModelData:... Remove TEST_RELEASE
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1,7 +1,7 @@
|
|||
1 NEWS
|
||||
******
|
||||
|
||||
The currently released version of the library is `0.10.3'.
|
||||
The currently released version of the library is `0.11.0'.
|
||||
|
||||
1.1 Noteworthy changes in version `0.10.3'
|
||||
==========================================
|
||||
|
|
8
Version
8
Version
|
@ -5,15 +5,15 @@
|
|||
GNUSTEP_GUI_GCC=2.9.5
|
||||
|
||||
# Versions for libraries that gnustep-gui is dependent upon
|
||||
GNUSTEP_GUI_BASE=1.11.0
|
||||
GNUSTEP_GUI_BASE=1.13.0
|
||||
GNUSTEP_GUI_LIBTIFF=3.4
|
||||
|
||||
# The version number of this release.
|
||||
GNUSTEP_GUI_MAJOR_VERSION=0
|
||||
GNUSTEP_GUI_MINOR_VERSION=10
|
||||
GNUSTEP_GUI_SUBMINOR_VERSION=3
|
||||
GNUSTEP_GUI_MINOR_VERSION=11
|
||||
GNUSTEP_GUI_SUBMINOR_VERSION=0
|
||||
# numeric value should match above
|
||||
VERSION_NUMBER=010.3
|
||||
VERSION_NUMBER=011.0
|
||||
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_GUI_VERSION}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue