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:
authorJonathan White <support@dmapps.us>2017-04-09 16:52:53 +0300
committerJonathan White <support@dmapps.us>2017-04-09 16:54:55 +0300
commit918db68c52f2e87a6d82d394d88a75daab003dd3 (patch)
tree032d88c021f9fa6d48b676771c9002459723ca5e /CMakeLists.txt
parentaba0633a789bb497f6df4d23835503ef9fa72139 (diff)
Bumped version to 2.1.4, updated CHANGELOG
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 347c52768..8148dd0d6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,8 +38,8 @@ option(WITH_XC_AUTOTYPE "Include Autotype." OFF)
option(WITH_XC_HTTP "Include KeePassHTTP." OFF)
option(WITH_XC_YUBIKEY "Include Yubikey support." OFF)
-set(KEEPASSXC_VERSION "2.1.3")
-set(KEEPASSXC_VERSION_NUM "2.1.3")
+set(KEEPASSXC_VERSION "2.1.4")
+set(KEEPASSXC_VERSION_NUM "2.1.4")
if("${CMAKE_C_COMPILER}" MATCHES "clang$" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG 1)