Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Jonathan White 2017-04-09 10:28:15 -04:00
commit 3de4395d5e
No known key found for this signature in database
GPG key ID: 440FC65F2E0C6E01
15 changed files with 3896 additions and 1835 deletions

View file

@ -39,8 +39,8 @@ option(WITH_XC_AUTOTYPE "Include Auto-Type." ON)
option(WITH_XC_HTTP "Include KeePassHTTP and Custom Icon Downloads." 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)