diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-05-06 03:02:51 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-05-06 03:02:51 +0200 |
commit | 16caa50aae7d1669550be35e205039f65cc4c363 (patch) | |
tree | 76e3d44c73204c6ca70045f6d5b709ff3c8a18ed /Makefile | |
parent | 27ca074605554c1cfb6427dd90f3992017dfce55 (diff) |
Master is now 0.15.0-dev.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |