diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2020-09-19 17:11:29 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2020-09-19 17:11:29 +0200 |
commit | 8972111dca723474bd5429ea37906007d0964b61 (patch) | |
tree | 63037f1fd087f2d5227b695d5eb83045a4cbdc0c /libnitrokey.pro | |
parent | 6a56cc8d5dffa41f0e5327fade6edf1c69a1abcc (diff) | |
download | libnitrokey-260d8160eb6b52cc4348cbd1066b75cf0f49eff9.tar.gz libnitrokey-260d8160eb6b52cc4348cbd1066b75cf0f49eff9.tar.bz2 |
Set version to v3.6v3.6
Diffstat (limited to 'libnitrokey.pro')
-rw-r--r-- | libnitrokey.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnitrokey.pro b/libnitrokey.pro index f0aa686..ce505dc 100644 --- a/libnitrokey.pro +++ b/libnitrokey.pro @@ -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 \ |