Skip to content

Commit

Permalink
Bump version to 3.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Szczepan Zalega <[email protected]>
  • Loading branch information
szszszsz committed Jul 18, 2018
1 parent f6d08b3 commit 09d4446
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.0)
project(libnitrokey LANGUAGES C CXX VERSION 3.4.1)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
Expand Down
2 changes: 1 addition & 1 deletion libnitrokey.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONFIG += c++14 shared debug
TEMPLATE = lib
TARGET = nitrokey

VERSION = 3.3
VERSION = 3.4.1
QMAKE_TARGET_COMPANY = Nitrokey
QMAKE_TARGET_PRODUCT = libnitrokey
QMAKE_TARGET_DESCRIPTION = Communicate with Nitrokey stick devices in a clean and easy manner
Expand Down

0 comments on commit 09d4446

Please sign in to comment.