mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Prepare for 2.0.3 release.
This commit is contained in:
parent
7d165f133a
commit
f05caf7623
2 changed files with 14 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_DEV_BUILD "Use only for development. Disables/warns about deprecated methods." OFF)
|
||||
|
||||
set(KEEPASSX_VERSION "2.0.2")
|
||||
set(KEEPASSX_VERSION_NUM "2.0.2")
|
||||
set(KEEPASSX_VERSION "2.0.3")
|
||||
set(KEEPASSX_VERSION_NUM "2.0.3")
|
||||
|
||||
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
|
||||
set(CMAKE_COMPILER_IS_CLANG 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue