cmake: bump version
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dd0a936..4cee090 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,8 +2,8 @@
 project(capstone)
 
 set(VERSION_MAJOR 2)
-set(VERSION_MINOR 1)
-set(VERSION_PATCH 2)
+set(VERSION_MINOR 2)
+set(VERSION_PATCH 0)
 
 # to configure the options specify them in in the command line or change them in the cmake UI.
 # Don't edit the makefile!