aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--build.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ba373a35af..e3c81f470b 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,7 @@ E = @echo
Q = @
endif
-VERSION = 0.6.0.0
+VERSION = 0.7.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 c74fe945e8..10fd72d99e 100644
--- a/build.json
+++ b/build.json
@@ -6,7 +6,7 @@
"#": "The public version number of the library.",
"version": {
"major": 0,
- "minor": 6,
+ "minor": 7,
"micro": 0,
"build": 0
}