From b7928cfc646e37e1ae845b5dc654b31bb54ed195 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 16 Jan 2018 16:41:00 +0100 Subject: Set version to 3.2 Signed-off-by: Szczepan Zalega --- CMakeLists.txt | 2 +- libnitrokey.pro | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d2b577..c494dbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ IF (UNIX) ENDIF() ENDIF() -project(libnitrokey LANGUAGES C CXX VERSION 3.1.0) +project(libnitrokey LANGUAGES C CXX VERSION 3.2.0) set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_EXTENSIONS OFF) diff --git a/libnitrokey.pro b/libnitrokey.pro index c12f6d6..1165465 100644 --- a/libnitrokey.pro +++ b/libnitrokey.pro @@ -6,6 +6,8 @@ CONFIG += c++14 shared debug TEMPLATE = lib TARGET = nitrokey +VERSION = 3.2 + HEADERS = \ $$PWD/hidapi/hidapi/hidapi.h \ $$PWD/include/command.h \ -- cgit v1.2.1