From 2864786ad884369ab5397be864e9f43d32bc2726 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 2 Apr 2010 18:01:41 +0200 Subject: bump version to 0.9.32-git NPTL merge candidate, finally! Signed-off-by: Bernhard Reutner-Fischer --- Rules.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rules.mak b/Rules.mak index 68c979cc6..321f356a3 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 := 31 -EXTRAVERSION := +SUBLEVEL := 32 +EXTRAVERSION :=-git VERSION := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL) ifneq ($(EXTRAVERSION),) VERSION := $(VERSION)$(EXTRAVERSION) -- cgit v1.2.3