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>2012-05-03 01:06:37 +0400
committerFelix Geyer <debfx@fobos.de>2012-05-03 01:06:37 +0400
commit000be1e5be5b23ed18e890e56f2ec324c806aeb0 (patch)
tree84bda00c80e86065b53aa97ca46f2a9e9f5895e0
parente81ac204421565beb663e291ed4aae126cf3ef48 (diff)
Bump version to 2.0 alpha 1.2.0-alpha1
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18343e353..0313ac1cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@ option(WITH_GUI_TESTS "Enable building of GUI tests" OFF)
option(WITH_LTO "Enable Link Time Optimization (LTO)" OFF)
option(WITH_PIE "Build as Position-independent executable (PIE)" OFF)
-set( KEEPASSX_VERSION "0.9.0" )
+set( KEEPASSX_VERSION "2.0 alpha 1" )
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG 1)