Skip to content

Commit

Permalink
Update version to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Aug 20, 2020
1 parent 840b5d8 commit 098c24c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1")
SET(PROJECT_VERSION "1.4.2")
set(LIBNK_MIN_VERSION 3.5)

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

VERSION = 1.4.1
VERSION_STR = 1.4.1
VERSION = 1.4.2
VERSION_STR = 1.4.2
QMAKE_TARGET_COMPANY = Nitrokey
QMAKE_TARGET_PRODUCT = Nitrokey App
QMAKE_TARGET_DESCRIPTION = Nitrokey Device Manager
Expand Down

0 comments on commit 098c24c

Please sign in to comment.