From d68a81f438c52c6eb647fcbbd22cdb972aa7b158 Mon Sep 17 00:00:00 2001 From: Adam Fedor Date: Mon, 10 May 2010 03:43:08 +0000 Subject: [PATCH] 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 --- ANNOUNCE | 4 ++-- ChangeLog | 4 ++++ README | 2 +- Version | 6 +++--- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 9672054..9d14a02 100644 --- a/ANNOUNCE +++ b/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? diff --git a/ChangeLog b/ChangeLog index 3016388..838d9fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-09 Adam Fedor + + * Version 0.19.0 Unstable release + 2010-05-09 Adam Fedor * Version 0.18.0 diff --git a/README b/README index 7170d3e..aa8b8b3 100644 --- a/README +++ b/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: diff --git a/Version b/Version index 791cc8f..7ce4315 100644 --- a/Version +++ b/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}