cmake: bump version

v2
Nguyen Anh Quynh 10 years ago
parent 758fcbe69f
commit de8c689b42
  1. 4
      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!

Loading…
Cancel
Save