diff --git a/CMakeLists.txt b/CMakeLists.txt index 132edfc..19d977b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 3.0 ) project( tasks ) -set( LIB_VERSION "1.2.4" ) +set( LIB_VERSION "1.2.5" ) set( SO_VERSION "1.1.0" ) add_definitions( -Wextra -Wall -pedantic )