Skip to content

Commit

Permalink
Set version to v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Sep 19, 2020
1 parent 6a56cc8 commit 8972111
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 @@ -21,7 +21,7 @@ IF (UNIX)
ENDIF()
ENDIF()

project(libnitrokey LANGUAGES C CXX VERSION 3.5.0)
project(libnitrokey LANGUAGES C CXX VERSION 3.6.0)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down
4 changes: 2 additions & 2 deletions libnitrokey.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ CONFIG += c++14 shared debug
TEMPLATE = lib
TARGET = nitrokey

VERSION = 3.5.0
VERSION = 3.6.0
QMAKE_TARGET_COMPANY = Nitrokey
QMAKE_TARGET_PRODUCT = libnitrokey
QMAKE_TARGET_DESCRIPTION = Communicate with Nitrokey stick devices in a clean and easy manner
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2015-2018 Nitrokey UG
QMAKE_TARGET_COPYRIGHT = Copyright (c) 2015-2020 Nitrokey Gmbh

HEADERS = \
$$PWD/hidapi/hidapi/hidapi.h \
Expand Down

0 comments on commit 8972111

Please sign in to comment.