Skip to content

Commit

Permalink
changed to version 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janrosell committed Nov 27, 2017
1 parent 3c0d97f commit 3a2c1fc
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.2.1 )
set( KAUTHAM_VERSION 3.2.2 )
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 3a2c1fc

Please sign in to comment.