summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2009-04-01 23:36:13 +0300
committerLauri Leukkunen <lle@rahina.org>2009-04-01 23:36:13 +0300
commit98a3a555867a34ddc77de6e18dd0d18d81c0a9d6 (patch)
treed977b11aba41be735deffaa79127179a3815ce4e
parenta5f7e4ae9c1370dd20551b19bb01e00da464ed41 (diff)
Update version to 2.02.02.0-maintenance
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 5c2d41b..23a13b3 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ endif
CC = gcc
CXX = g++
LD = ld
-PACKAGE_VERSION = 1.99.0.32
+PACKAGE_VERSION = 2.0
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)