Bump version

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@17783 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2003-10-06 03:33:19 +00:00
parent 5d3d969588
commit aebfc654f2
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-10-05 Adam Fedor <fedor@gnu.org>
* Version: Bump to 1.8.90
2003-10-04 Adam Fedor <fedor@gnu.org>
* GNUmakefile.in (dist): Remove

View file

@ -3,8 +3,8 @@
# The version number of this release.
GNUSTEP_MAKE_MAJOR_VERSION=1
GNUSTEP_MAKE_MINOR_VERSION=7
GNUSTEP_MAKE_SUBMINOR_VERSION=3
GNUSTEP_MAKE_MINOR_VERSION=8
GNUSTEP_MAKE_SUBMINOR_VERSION=90
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
VERSION=${GNUSTEP_MAKE_VERSION}