aboutsummaryrefslogtreecommitdiffhomepage
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
parentdd3a1a82046a89a493a45c6e1da969e6d8a0a41c (diff)
We have decided our release version number shall be 0.5.0.
-rw-r--r--Makefile2
-rw-r--r--build.json2
2 files changed, 2 insertions, 2 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)
diff --git a/build.json b/build.json
index 7a030ea888..96437d0a66 100644
--- a/build.json
+++ b/build.json
@@ -3,7 +3,7 @@
"#": "The public version number of the library.",
"version": {
"major": 0,
- "minor": 8,
+ "minor": 5,
"micro": 0,
"build": 0
}