Skip to content

Commit 55f9c29

Browse files
committed
Bump version to 0.1.3
1 parent 6a37d1b commit 55f9c29

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 "2")
7+
set(PBKDF2TEST_VERSION_PATCH "3")
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)