Version 0.8.5

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/freeze-0_8_5@16247 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-03-24 16:40:15 +00:00
parent 6925816560
commit b5e386d379
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-03-24 Adam Fedor <fedor@gnu.org>
* Version: 0.8.5
2003-03-11 Adam Fedor <fedor@gnu.org>
* configure.ac: Only add libgdi32 for winlib

View file

@ -7,7 +7,7 @@
@include version.texi
@end ifset
@section Noteworthy changes in version @samp{0.8.3}
@section Noteworthy changes in version @samp{0.8.5}
Text system improvements. See the gnustep-gui NEWS for changes.

View file

@ -4,7 +4,7 @@
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=8
GNUSTEP_BACK_SUBMINOR_VERSION=4
GNUSTEP_BACK_SUBMINOR_VERSION=5
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}