mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
ibump subminor version in preparation for next release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@36223 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fb69269423
commit
e656e48198
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
2012-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Version ... bump subminor number in preparation for next release.
|
||||
|
||||
2012-03-01 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
Make release
|
||||
* Version 2.6.3
|
||||
* Update release notes
|
||||
|
||||
|
|
2
Version
2
Version
|
@ -4,6 +4,6 @@
|
|||
# The version number of this release.
|
||||
GNUSTEP_MAKE_MAJOR_VERSION=2
|
||||
GNUSTEP_MAKE_MINOR_VERSION=6
|
||||
GNUSTEP_MAKE_SUBMINOR_VERSION=3
|
||||
GNUSTEP_MAKE_SUBMINOR_VERSION=4
|
||||
GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION}
|
||||
|
||||
|
|
Loading…
Reference in a new issue