Skip to content

Commit

Permalink
Bump version to v1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <[email protected]>
  • Loading branch information
szszszsz committed Apr 10, 2018
1 parent e709c8b commit e3bd4a0
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.3-beta.1")
SET(PROJECT_VERSION "1.3")

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.3.101
VERSION_STR = 1.3-beta.1
VERSION = 1.3.0
VERSION_STR = 1.3
QMAKE_TARGET_COMPANY = Nitrokey
QMAKE_TARGET_PRODUCT = Nitrokey App
QMAKE_TARGET_DESCRIPTION = Nitrokey Device Manager
Expand Down

0 comments on commit e3bd4a0

Please sign in to comment.