Skip to content

Commit

Permalink
Preparing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lepalom committed Apr 5, 2017
1 parent 9b442f8 commit d3b8d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cmake_minimum_required(VERSION 2.4.6)

add_definitions(-std=c++11 -Wall -Wextra -Wpedantic )#-Werror)

set( KAUTHAM_VERSION 3.1.0 )
set( KAUTHAM_VERSION 3.1.1 )
STRING( REGEX MATCHALL "[0-9]+" KAUTHAM_VERSIONS ${KAUTHAM_VERSION} )
LIST( GET KAUTHAM_VERSIONS 0 KAUTHAM_VERSION_MAJOR)
LIST( GET KAUTHAM_VERSIONS 1 KAUTHAM_VERSION_MINOR)
Expand Down

0 comments on commit d3b8d1c

Please sign in to comment.