aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-25 20:19:16 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-25 20:19:16 +0100
commitd32eab2a44cda82e54c6fa01b36312c9defd9946 (patch)
treef0d9f368821d5055946d3c112614df63a9425ae9 /Makefile
parentdd3a1a82046a89a493a45c6e1da969e6d8a0a41c (diff)
We have decided our release version number shall be 0.5.0.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 277e8caebc..ee79df40f4 100644
--- a/Makefile
+++ b/Makefile
@@ -195,7 +195,7 @@ E = @echo
Q = @
endif
-VERSION = 0.8.0.0
+VERSION = 0.5.0.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)