[git commit master] bump version to 0.9.31-rc1

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Mar 12 20:58:29 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=2b06a997780c53d52a457d40d5dc9fd04ba405c0
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Rules.mak |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Rules.mak b/Rules.mak
index 90d645e..f5d6790 100644
--- a/Rules.mak
+++ b/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)
-- 
1.6.3.3



More information about the uClibc-cvs mailing list