Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2015-12-07 00:19:05 +0300
committerFelix Geyer <debfx@fobos.de>2015-12-07 00:19:05 +0300
commit24275d8dc40b3b048a4dde4dca9ceb63a19be8af (patch)
tree100101aa5c577d8f0c12996dfff18f2a8d393521
parent94d82948f6da88d38d789db36388de8a5bd1646f (diff)
Bump version.2.0.0
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 233f0f920..3a6ae6c1d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 beta 2")
-set(KEEPASSX_VERSION_NUM "1.9.92")
+set(KEEPASSX_VERSION "2.0")
+set(KEEPASSX_VERSION_NUM "2.0")
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG 1)