mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
Version 0.8.1
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14392 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7845ca6513
commit
ee56045879
3 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-09-01 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version: 0.8.1
|
||||
|
||||
2002-09-01 12:58 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/art/ARTContext.m ([ARTGState -GSCurrentDevice:::]): Check
|
||||
|
|
|
@ -7,14 +7,19 @@
|
|||
@include version.texi
|
||||
@end ifset
|
||||
|
||||
@section Noteworthy changes in version @samp{0.8.0}
|
||||
@section Noteworthy changes in version @samp{0.8.1}
|
||||
|
||||
Bug fixes.
|
||||
art (libart-based) backend added. Use ./configure --enable-graphics=art
|
||||
to choose this backend.
|
||||
|
||||
@c ====================================================================
|
||||
@c Keep the next line just below the list of changes in most recent version.
|
||||
@ifclear ANNOUNCE-ONLY
|
||||
|
||||
@section Noteworthy changes in version @samp{0.8.0}
|
||||
|
||||
Bug fixes.
|
||||
|
||||
@section Noteworthy changes in version @samp{0.7.9}
|
||||
|
||||
Bug fixes.
|
||||
|
|
2
Version
2
Version
|
@ -4,7 +4,7 @@
|
|||
# The version number of this release.
|
||||
GNUSTEP_BACK_MAJOR_VERSION=0
|
||||
GNUSTEP_BACK_MINOR_VERSION=8
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=0
|
||||
GNUSTEP_BACK_SUBMINOR_VERSION=1
|
||||
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_BACK_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue