From de8c689b42ce424e46b83e45c91f35ccda31042f Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 31 May 2014 10:45:15 +0800 Subject: [PATCH] cmake: bump version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!