diff --git a/CMakeLists.txt b/CMakeLists.txt index dd0a9368..4cee0902 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 2.6) 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!