From a2ca74efdec7d6054b4011040ff9f9ead81132b4 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 27 May 2015 09:56:09 -0700 Subject: [PATCH] Bump version --- Makefile | 2 +- build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0048f2244b..c789142daf9 100644 --- a/Makefile +++ b/Makefile @@ -308,7 +308,7 @@ E = @echo Q = @ endif -VERSION = 0.9.0.0 +VERSION = 0.10.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 b893692205c..c33f9134735 100644 --- a/build.json +++ b/build.json @@ -6,7 +6,7 @@ "#": "The public version number of the library.", "version": { "major": 0, - "minor": 9, + "minor": 10, "micro": 0, "build": 0 }