summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ac73f3..34f6a7f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
VER_LEVEL_1=0
VER_LEVEL_2=14
-VER_LEVEL_3=3
+VER_LEVEL_3=4
VERSION=$(VER_LEVEL_1).$(VER_LEVEL_2).$(VER_LEVEL_3)
VERSION_ID=($(VER_LEVEL_1)*10000+$(VER_LEVEL_2)*100+$(VER_LEVEL_3))