mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Bump version to 2.0 alpha 3.
This commit is contained in:
parent
f7d10707e7
commit
8d9b209014
@ -28,8 +28,8 @@ option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
|
||||
option(WITH_LTO "Enable Link Time Optimization (LTO)" OFF)
|
||||
option(WITH_CXX11 "Build with the C++ 11 standard" OFF)
|
||||
|
||||
set(KEEPASSX_VERSION "2.0 alpha 2")
|
||||
set(KEEPASSX_VERSION_NUM "1.9.81")
|
||||
set(KEEPASSX_VERSION "2.0 alpha 3")
|
||||
set(KEEPASSX_VERSION_NUM "1.9.82")
|
||||
|
||||
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
||||
set(CMAKE_COMPILER_IS_CLANG 1)
|
||||
|
Loading…
Reference in New Issue
Block a user