Skip to content

Commit

Permalink
Bump version to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Jul 21, 2017
1 parent 66745ee commit d144944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/FCLVersion.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# set the version in a way CMake can use
set(FCL_MAJOR_VERSION 0)
set(FCL_MINOR_VERSION 3)
set(FCL_PATCH_VERSION 3)
set(FCL_PATCH_VERSION 4)
set(FCL_VERSION "${FCL_MAJOR_VERSION}.${FCL_MINOR_VERSION}.${FCL_PATCH_VERSION}")

# increment this when we have ABI changes
Expand Down

0 comments on commit d144944

Please sign in to comment.