File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ IF (UNIX)
2121 ENDIF ()
2222ENDIF ()
2323
24- project (libnitrokey LANGUAGES C CXX VERSION 3.5 .0)
24+ project (libnitrokey LANGUAGES C CXX VERSION 3.6 .0)
2525set (CMAKE_CXX_STANDARD 14)
2626set (CMAKE_CXX_STANDARD_REQUIRED ON )
2727set (CMAKE_CXX_EXTENSIONS OFF )
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ CONFIG += c++14 shared debug
77TEMPLATE = lib
88TARGET = nitrokey
99
10- VERSION = 3.5 .0
10+ VERSION = 3.6 .0
1111QMAKE_TARGET_COMPANY = Nitrokey
1212QMAKE_TARGET_PRODUCT = libnitrokey
1313QMAKE_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
1616HEADERS = \
1717 $$PWD /hidapi/hidapi/hidapi.h \
You can’t perform that action at this time.
0 commit comments