Skip to content

Commit 023ecc2

Browse files
committed
Merge branch 'v3.1.0' into 'main'
LIBWIF v3.1.0 See merge request feta/wif-group/libwif!41
2 parents 7ca8649 + 2f0ca55 commit 023ecc2

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
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12)
22

33
set(VERSION_MAJOR 3)
4-
set(VERSION_MINOR 0)
4+
set(VERSION_MINOR 1)
55
set(VERSION_PATCH 0)
66
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
77

0 commit comments

Comments
 (0)