Skip to content

Commit 0191534

Browse files
committed
Bump version to 0.1.1
1 parent 8ebc544 commit 0191534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
44

55
set(PBKDF2TEST_VERSION_MAJOR "0")
66
set(PBKDF2TEST_VERSION_MINOR "1")
7-
set(PBKDF2TEST_VERSION_PATCH "0")
7+
set(PBKDF2TEST_VERSION_PATCH "1")
88
set(PBKDF2TEST_VERSION "${PBKDF2TEST_VERSION_MAJOR}.${PBKDF2TEST_VERSION_MINOR}.${PBKDF2TEST_VERSION_PATCH}")
99

1010
find_package(Qt5 5.1.0 REQUIRED COMPONENTS Core)

0 commit comments

Comments
 (0)