aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Abhishek Kumar <abhikumar@google.com>2015-04-07 10:11:17 -0700
committerGravatar Abhishek Kumar <abhikumar@google.com>2015-04-07 10:11:17 -0700
commit6fa875dcf28ea4ccd07003cdcddc69559504de36 (patch)
tree52dd015449484ae8fe4e70ecdf872a9ec88757eb
parent2132a21c4cc56cd708abd1916b94114894accf5a (diff)
parent5e51518f61e8268a003e83f1d5140c2775e05044 (diff)
Merge pull request #1214 from nicolasnoble/06
Bumping library version to 0.6.
-rw-r--r--Makefile2
-rw-r--r--build.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6428da5566..753bbfb401 100644
--- a/Makefile
+++ b/Makefile
@@ -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
}