Browse Source

bump version to 0.9.31-rc1

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 năm trước cách đây
mục cha
commit
2b06a99778
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Rules.mak

+ 2 - 2
Rules.mak

@@ -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)