Bumping library version to 0.6.
diff --git a/Makefile b/Makefile
index 6428da5..753bbfb 100644
--- a/Makefile
+++ b/Makefile
@@ -284,7 +284,7 @@
 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 06adfee..d814e4c 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
     }