diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-25 20:19:16 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-02-25 20:19:16 +0100 |
commit | d32eab2a44cda82e54c6fa01b36312c9defd9946 (patch) | |
tree | f0d9f368821d5055946d3c112614df63a9425ae9 | |
parent | dd3a1a82046a89a493a45c6e1da969e6d8a0a41c (diff) |
We have decided our release version number shall be 0.5.0.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | build.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 } |