Skip to content

Commit 1e32a6b

Browse files
committed
Update version to 1.4.1
1 parent 96a817a commit 1e32a6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
22
cmake_policy(SET CMP0043 OLD) # cmake --help-policy CMP0043
33

44
PROJECT(NitrokeyApp LANGUAGES CXX)
5-
SET(PROJECT_VERSION "1.4.0")
5+
SET(PROJECT_VERSION "1.4.1")
66
set(LIBNK_MIN_VERSION 3.5)
77

88
include(GNUInstallDirs)

nitrokey-app-qt5.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ sources.files = qss
2222
TARGET = nitrokey-app
2323
TEMPLATE = app
2424

25-
VERSION = 1.4.0
26-
VERSION_STR = 1.4.0
25+
VERSION = 1.4.1
26+
VERSION_STR = 1.4.1
2727
QMAKE_TARGET_COMPANY = Nitrokey
2828
QMAKE_TARGET_PRODUCT = Nitrokey App
2929
QMAKE_TARGET_DESCRIPTION = Nitrokey Device Manager
3030

31-
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2012-2019 Nitrokey UG
31+
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2012-2020 Nitrokey UG
3232

3333

3434
ROOTDIR=$$PWD

0 commit comments

Comments
 (0)