diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-03-12 21:49:21 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-03-12 21:49:21 +0100 |
commit | 2b06a997780c53d52a457d40d5dc9fd04ba405c0 (patch) | |
tree | 9bbb0b2a4b4ca57a0170a9a3d017237082c62817 /Rules.mak | |
parent | 93b4171a0ae5b44803120498825873ee2a8c4065 (diff) |
bump version to 0.9.31-rc1
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 := 30 -EXTRAVERSION :=-git +SUBLEVEL := 31 +EXTRAVERSION :=-rc1 VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ifneq ($(EXTRAVERSION),) VERSION := $(VERSION)$(EXTRAVERSION) |