Increase version number to match base

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24515 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-12 23:06:26 +00:00
parent 8f0c6fc005
commit 93cdabeb4f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
* Version: Set to 1.14.0 which really means 'unstable version
after 1.13.0 but before the next stable version'.
2007-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
* gnustep-make-help: New file.

View file

@ -3,7 +3,7 @@
# The version number of this release.
GNUSTEP_MAKE_MAJOR_VERSION=1
GNUSTEP_MAKE_MINOR_VERSION=13
GNUSTEP_MAKE_MINOR_VERSION=14
GNUSTEP_MAKE_SUBMINOR_VERSION=0
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}