Skip to content

Commit

Permalink
Update version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Jul 13, 2020
1 parent 96a817a commit 1e32a6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.1.0 FATAL_ERROR)
cmake_policy(SET CMP0043 OLD) # cmake --help-policy CMP0043

PROJECT(NitrokeyApp LANGUAGES CXX)
SET(PROJECT_VERSION "1.4.0")
SET(PROJECT_VERSION "1.4.1")
set(LIBNK_MIN_VERSION 3.5)

include(GNUInstallDirs)
Expand Down
6 changes: 3 additions & 3 deletions nitrokey-app-qt5.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ sources.files = qss
TARGET = nitrokey-app
TEMPLATE = app

VERSION = 1.4.0
VERSION_STR = 1.4.0
VERSION = 1.4.1
VERSION_STR = 1.4.1
QMAKE_TARGET_COMPANY = Nitrokey
QMAKE_TARGET_PRODUCT = Nitrokey App
QMAKE_TARGET_DESCRIPTION = Nitrokey Device Manager

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


ROOTDIR=$$PWD
Expand Down

0 comments on commit 1e32a6b

Please sign in to comment.