Skip to content

Commit 8972111

Browse files
committed
Set version to v3.6
1 parent 6a56cc8 commit 8972111

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ IF (UNIX)
2121
ENDIF()
2222
ENDIF()
2323

24-
project(libnitrokey LANGUAGES C CXX VERSION 3.5.0)
24+
project(libnitrokey LANGUAGES C CXX VERSION 3.6.0)
2525
set(CMAKE_CXX_STANDARD 14)
2626
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2727
set(CMAKE_CXX_EXTENSIONS OFF)

libnitrokey.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ CONFIG += c++14 shared debug
77
TEMPLATE = lib
88
TARGET = nitrokey
99

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

1616
HEADERS = \
1717
$$PWD/hidapi/hidapi/hidapi.h \

0 commit comments

Comments
 (0)