aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-06 03:02:51 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-06 03:02:51 +0200
commit16caa50aae7d1669550be35e205039f65cc4c363 (patch)
tree76e3d44c73204c6ca70045f6d5b709ff3c8a18ed /Makefile
parent27ca074605554c1cfb6427dd90f3992017dfce55 (diff)
Master is now 0.15.0-dev.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e77aa2dd16..a684ea8611 100644
--- a/Makefile
+++ b/Makefile
@@ -407,7 +407,7 @@ E = @echo
Q = @
endif
-VERSION = 0.14.0-dev
+VERSION = 0.15.0-dev
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)