[git commit] bump version to 0.9.34-git

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Feb 1 22:52:39 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=e288fdca5828d068b42372b133dd7b038e2bee42
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 ceb6d08..d7cdaf9 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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),)


More information about the uClibc-cvs mailing list