Makefile: bump version
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Mon, 17 Aug 2009 17:49:58 +0000 (17:49 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Mon, 17 Aug 2009 17:49:58 +0000 (17:49 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@3028 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index 145786f..787516e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,11 +4,11 @@
 BUILD := $(shell head -n1 BUILD 2> /dev/null || echo release)
 
 ifeq ($(BUILD),release)
-    VERSION := 1.5.2
+    VERSION := 1.5.3
 else
     VERSION := $(shell sh scripts/version.sh)
     ifeq ($(VERSION),unknown)
-        VERSION := 1.5.2-dev
+        VERSION := 1.5.3-dev
     endif
 endif