Skip to content

Commit 1d4c82a

Browse files
committed
Bump patch version
1 parent 6ea984d commit 1d4c82a

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
@@ -7,7 +7,7 @@ project(FAST)
77

88
set(VERSION_MAJOR 4)
99
set(VERSION_MINOR 15)
10-
set(VERSION_PATCH 0)
10+
set(VERSION_PATCH 1)
1111
set(VERSION_SO 4) # SO version, should be incremented by 1 every time the existing API changes
1212
set(FAST_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1313

0 commit comments

Comments
 (0)