diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-02-01 23:52:39 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-02-01 23:52:39 +0100 |
commit | e288fdca5828d068b42372b133dd7b038e2bee42 (patch) | |
tree | a9e1344c954d580eaa1c130cc02208fa321e45c7 | |
parent | 8c0b2c2886479b39cb345491fc0fa279d6d4b4bb (diff) |
bump version to 0.9.34-git
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -104,8 +104,8 @@ export RUNTIME_PREFIX DEVEL_PREFIX KERNEL_HEADERS MULTILIB_DIR # Now config hard core MAJOR_VERSION := 0 MINOR_VERSION := 9 -SUBLEVEL := 33 -EXTRAVERSION := +SUBLEVEL := 34 +EXTRAVERSION :=-git VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ABI_VERSION := $(MAJOR_VERSION) ifneq ($(EXTRAVERSION),) |