Skip to content

Commit

Permalink
Bump version to 1.3.3 and copyright date
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <[email protected]>
  • Loading branch information
szszszsz committed Mar 19, 2019
1 parent f1cbe40 commit 70820ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.3.2")
SET(PROJECT_VERSION "1.3.3")
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.3.2
VERSION_STR = 1.3.2
VERSION = 1.3.3
VERSION_STR = 1.3.3
QMAKE_TARGET_COMPANY = Nitrokey
QMAKE_TARGET_PRODUCT = Nitrokey App
QMAKE_TARGET_DESCRIPTION = Nitrokey Device Manager

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


ROOTDIR=$$PWD
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
#define GIT_VERSION ""
#endif

#define COPYRIGHT_YEARS "2012-2018"
#define COPYRIGHT_YEARS "2012-2019"

#endif //NITROKEYAPP_VERSION_H

0 comments on commit 70820ac

Please sign in to comment.