summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2006-07-15 18:06:41 +0200
committerPeter Osterlund <petero2@telia.com>2006-07-15 18:06:41 +0200
commite15b9432ce05a2f7182f75771f59aca9f96ce94d (patch)
tree80a160bc75a12cbf4bdbfa231c4d2b98762ea0bc /Makefile
parent2de14f06e296051e544c8eb1b6f4d8ecb0478811 (diff)
Changed version to 0.14.6.v0.14.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 020d428..334f012 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VER_LEVEL_1=0
VER_LEVEL_2=14
-VER_LEVEL_3=5
+VER_LEVEL_3=6
VERSION=$(VER_LEVEL_1).$(VER_LEVEL_2).$(VER_LEVEL_3)
VERSION_ID=($(VER_LEVEL_1)*10000+$(VER_LEVEL_2)*100+$(VER_LEVEL_3))