diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-02 18:01:41 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-02 18:01:41 +0200 |
commit | 2864786ad884369ab5397be864e9f43d32bc2726 (patch) | |
tree | af5b44d561c8dd9ccb69ceb2f4c9a7314501bdea /Rules.mak | |
parent | ef2b7af8f296fa089cc3d3823d51cee29b4e2514 (diff) |
bump version to 0.9.32-git
NPTL merge candidate, finally!
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -105,8 +105,8 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR # Now config hard core MAJOR_VERSION := 0 MINOR_VERSION := 9 -SUBLEVEL := 31 -EXTRAVERSION := +SUBLEVEL := 32 +EXTRAVERSION :=-git VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ifneq ($(EXTRAVERSION),) VERSION := $(VERSION)$(EXTRAVERSION) |