File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
2
2
cmake_policy (SET CMP0043 OLD ) # cmake --help-policy CMP0043
3
3
4
4
PROJECT (NitrokeyApp LANGUAGES CXX )
5
- SET (PROJECT_VERSION "1.4.0 " )
5
+ SET (PROJECT_VERSION "1.4.1 " )
6
6
set (LIBNK_MIN_VERSION 3.5 )
7
7
8
8
include (GNUInstallDirs )
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ sources.files = qss
22
22
TARGET = nitrokey-app
23
23
TEMPLATE = app
24
24
25
- VERSION = 1.4.0
26
- VERSION_STR = 1.4.0
25
+ VERSION = 1.4.1
26
+ VERSION_STR = 1.4.1
27
27
QMAKE_TARGET_COMPANY = Nitrokey
28
28
QMAKE_TARGET_PRODUCT = Nitrokey App
29
29
QMAKE_TARGET_DESCRIPTION = Nitrokey Device Manager
30
30
31
- QMAKE_TARGET_COPYRIGHT = Copyright (c ) 2012-2019 Nitrokey UG
31
+ QMAKE_TARGET_COPYRIGHT = Copyright (c ) 2012-2020 Nitrokey UG
32
32
33
33
34
34
ROOTDIR =$$PWD
You can’t perform that action at this time.
0 commit comments