CMake: bump version to 3.0.1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2110feb..1ba74b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 2.6)
 project(capstone)
 
-set(VERSION_MAJOR 2)
-set(VERSION_MINOR 2)
-set(VERSION_PATCH 0)
+set(VERSION_MAJOR 3)
+set(VERSION_MINOR 0)
+set(VERSION_PATCH 1)
 
 # to configure the options specify them in in the command line or change them in the cmake UI.
 # Don't edit the makefile!