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:
Nicola Pero 2004-03-29 11:39:18 +00:00
parent c00252f401
commit 4d40879178
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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}