Skip to content

Commit 78614ed

Browse files
committed
Merge branch 'version-update' into 'main'
CMake - Bump version to v3.0.0 See merge request feta/wif-group/libwif!38
2 parents a1fc599 + 629a854 commit 78614ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.12)
22

3-
set(VERSION_MAJOR 2)
3+
set(VERSION_MAJOR 3)
44
set(VERSION_MINOR 0)
5-
set(VERSION_PATCH 1)
5+
set(VERSION_PATCH 0)
66
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
77

88
project(wif VERSION ${VERSION})

0 commit comments

Comments
 (0)