mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Bump version.
This commit is contained in:
parent
94d82948f6
commit
24275d8dc4
1 changed files with 2 additions and 2 deletions
|
@ -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_GUI_TESTS "Enable building of GUI tests" OFF)
|
||||||
option(WITH_CXX11 "Build with the C++ 11 standard" ON)
|
option(WITH_CXX11 "Build with the C++ 11 standard" ON)
|
||||||
|
|
||||||
set(KEEPASSX_VERSION "2.0 beta 2")
|
set(KEEPASSX_VERSION "2.0")
|
||||||
set(KEEPASSX_VERSION_NUM "1.9.92")
|
set(KEEPASSX_VERSION_NUM "2.0")
|
||||||
|
|
||||||
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
||||||
set(CMAKE_COMPILER_IS_CLANG 1)
|
set(CMAKE_COMPILER_IS_CLANG 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue