diff options
author | Abhishek Kumar <abhikumar@google.com> | 2015-04-07 10:11:17 -0700 |
---|---|---|
committer | Abhishek Kumar <abhikumar@google.com> | 2015-04-07 10:11:17 -0700 |
commit | 6fa875dcf28ea4ccd07003cdcddc69559504de36 (patch) | |
tree | 52dd015449484ae8fe4e70ecdf872a9ec88757eb | |
parent | 2132a21c4cc56cd708abd1916b94114894accf5a (diff) | |
parent | 5e51518f61e8268a003e83f1d5140c2775e05044 (diff) |
Merge pull request #1214 from nicolasnoble/06
Bumping library version to 0.6.
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | build.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -284,7 +284,7 @@ E = @echo Q = @ endif -VERSION = 0.5.0.0 +VERSION = 0.6.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 06adfee9f7..d814e4c6bd 100644 --- a/build.json +++ b/build.json @@ -3,7 +3,7 @@ "#": "The public version number of the library.", "version": { "major": 0, - "minor": 5, + "minor": 6, "micro": 0, "build": 0 } |