Prepare for 2.0.1 release.

This commit is contained in:
Felix Geyer 2016-01-31 18:49:35 +01:00
parent aff935b3c7
commit d670ef2638
2 changed files with 13 additions and 2 deletions

View file

@ -33,8 +33,8 @@ option(WITH_TESTS "Enable building of unit tests" ON)
option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
option(WITH_CXX11 "Build with the C++ 11 standard" ON)
set(KEEPASSX_VERSION "2.0")
set(KEEPASSX_VERSION_NUM "2.0")
set(KEEPASSX_VERSION "2.0.1")
set(KEEPASSX_VERSION_NUM "2.0.1")
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG 1)