diff --git a/Makefile b/Makefile index ba373a35af33057fafd0c7b621cbb72ba2ed3ace..e3c81f470b0da925cb3970d6342a36a25e88bc9e 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 c74fe945e8a2f15a8c8c23fcab3e53a8acdb8991..10fd72d99e43b725d9cb6a10dc8c705c2f1002cc 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 }