mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
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:
parent
771f385312
commit
48e85205c1
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
2
Version
2
Version
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue