Makefile: bump version
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sun, 20 Sep 2009 11:11:05 +0000 (11:11 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Sun, 20 Sep 2009 11:11:05 +0000 (11:11 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@3085 78b8d119-cf0a-0410-b17c-f493084dd1d7

Makefile

index a22fed1..444b94c 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.4
+    VERSION := 1.5.5
 else
     VERSION := $(shell sh scripts/version.sh)
     ifeq ($(VERSION),unknown)
-        VERSION := 1.5.4-dev
+        VERSION := 1.5.5-dev
     endif
 endif