Skip to content

Commit d144944

Browse files
authored
Bump version to 0.3.4
1 parent 66745ee commit d144944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeModules/FCLVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# set the version in a way CMake can use
22
set(FCL_MAJOR_VERSION 0)
33
set(FCL_MINOR_VERSION 3)
4-
set(FCL_PATCH_VERSION 3)
4+
set(FCL_PATCH_VERSION 4)
55
set(FCL_VERSION "${FCL_MAJOR_VERSION}.${FCL_MINOR_VERSION}.${FCL_PATCH_VERSION}")
66

77
# increment this when we have ABI changes

0 commit comments

Comments
 (0)