mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Do not set VERSION in the Version file - it wasnt' used
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c00252f401
commit
4d40879178
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Mar 29 12:19:38 2004 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Version: Do not define VERSION.
|
||||
|
||||
Mon Mar 29 12:19:38 2004 Matt Rice <ratmice@yahoo.com>
|
||||
|
||||
* Master/source-distribution.make: Strip whitespaces from
|
||||
|
|
2
Version
2
Version
|
@ -6,6 +6,6 @@ GNUSTEP_MAKE_MAJOR_VERSION=1
|
|||
GNUSTEP_MAKE_MINOR_VERSION=9
|
||||
GNUSTEP_MAKE_SUBMINOR_VERSION=1
|
||||
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
||||
VERSION=${GNUSTEP_MAKE_VERSION}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue