From 68d089ba758ee69eda19915f676c356c8dd46d0f Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Tue, 29 Aug 2006 03:57:29 +0000 Subject: [PATCH] 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 --- ANNOUNCE | 4 ++-- ChangeLog | 4 ++++ NEWS | 2 +- Version | 8 ++++---- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 0c2fc4686..377c2a49c 100644 --- a/ANNOUNCE +++ b/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 diff --git a/ChangeLog b/ChangeLog index c49610525..786f435ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 00:00-EDT Gregory John Casamento + + * Version 0.11.0 + 2006-08-26 22:30-EDT Gregory John Casamento * Source/GSNibLoader.m: loadModelData:... Remove TEST_RELEASE diff --git a/NEWS b/NEWS index e0454cb3e..60de7b9ed 100644 --- a/NEWS +++ b/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' ========================================== diff --git a/Version b/Version index ccceb2be0..c489631b4 100644 --- a/Version +++ b/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}