Version 0.6.8

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9475 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-03-22 21:54:33 +00:00
parent 631fba3e97
commit 9d5267194b
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-03-22 Adam Fedor <fedor@gnu.org>
* Version: 0.6.8
2001-03-22 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* Source/NSBrowser.m ([NSBrowser -_unloadFromColumn:]): fix index out

View file

@ -14,7 +14,7 @@ GNUSTEP_GUI_DPSCLIENT=6.1
# The version number of this release.
GNUSTEP_GUI_MAJOR_VERSION=0
GNUSTEP_GUI_MINOR_VERSION=6
GNUSTEP_GUI_SUBMINOR_VERSION=7
GNUSTEP_GUI_SUBMINOR_VERSION=8
GNUSTEP_GUI_VERSION=${GNUSTEP_GUI_MAJOR_VERSION}.${GNUSTEP_GUI_MINOR_VERSION}.${GNUSTEP_GUI_SUBMINOR_VERSION}
VERSION=${GNUSTEP_GUI_VERSION}