# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-05-20 05:12:19 # Node ID 73524cc41d6c6f4a664b39a74ae202be21b58eaf # Parent 2507f77e35eaf5df21784c083f3cfba5b3263d2d increased minor version number to 0.2.0 diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ endif() # version number set(MAJOR_VERSION 0) -set(MINOR_VERSION 1) +set(MINOR_VERSION 2) set(PATCH_VERSION 0) set(VERSION_STRING "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")