summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2009-02-20 23:33:33 +0200
committerLauri Leukkunen <lle@rahina.org>2009-02-20 23:33:33 +0200
commit5400b6bf49e10f0602612a4bf86c75c1bd240794 (patch)
treea35c423415a3ec0347044bfe513ead42332761ab
parent1391a4a5fd99b13d58daf329daa742801b4f2e8f (diff)
Up the version number for .32-rc series
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5abc42b..bfa141d 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ endif
CC = gcc
CXX = g++
LD = ld
-PACKAGE_VERSION = 1.99.0.31
+PACKAGE_VERSION = 1.99.0.32
ifeq ($(shell if [ -d $(SRCDIR)/.git ]; then echo y; fi),y)
GIT_PV_COMMIT := $(shell git --git-dir=$(SRCDIR)/.git log -1 --pretty="format:%h" $(PACKAGE_VERSION) -- 2>/dev/null)