Prerelease version

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9134 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2001-02-14 05:19:11 +00:00
parent 771f385312
commit 48e85205c1
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-02-13 Adam Fedor <fedor@gnu.org>
* Version: 0.9.1
2001-02-12 Mirko Viviani <mirko.viviani@rccr.cremona.it>
* target.make (OBJC_CLASS_SECTION): define class section in obj file.

View file

@ -4,6 +4,6 @@
# The version number of this release.
MAKE_MAJOR_VERSION=0
MAKE_MINOR_VERSION=9
MAKE_SUBMINOR_VERSION=0
MAKE_SUBMINOR_VERSION=1
GNUSTEP_MAKE_VERSION=${MAKE_MAJOR_VERSION}.${MAKE_MINOR_VERSION}.${MAKE_SUBMINOR_VERSION}