Skip to content

Commit

Permalink
Update version for new release (v1.0.0-beta3)
Browse files Browse the repository at this point in the history
 - Update CONTRIBUTING.md
  • Loading branch information
hansec committed Mar 29, 2024
1 parent 28d80cb commit aa1d415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ The Open FUSION Toolkit Team

## Contributors
Daniel Burgess (@d-burg)\
Sophia Guizzo (@sguizzo)\
Chris Hansen (@hansec)\
Francois Logak\
Matthew Pharr (@matt-pharr)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
########################
cmake_minimum_required( VERSION 3.12 )
project( OpenFUSIONToolkit LANGUAGES NONE VERSION "1.0.0" )
set( OFT_VER_SUFFIX "-beta2" CACHE INTERNAL "Version suffix" )
set( OFT_VER_SUFFIX "-beta3" CACHE INTERNAL "Version suffix" )
list( APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake" )

option(OFT_BUILD_TESTS "Build tests?" OFF)
Expand Down

0 comments on commit aa1d415

Please sign in to comment.