Skip to content

Commit

Permalink
Prepare for v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Mar 12, 2022
1 parent fe99bd4 commit 200defa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Versioning.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(MODLE_PROJECT_VERSION_MAJOR 1)
set(MODLE_PROJECT_VERSION_MINOR 0)
set(MODLE_PROJECT_VERSION_PATCH 0)
set(MODLE_PROJECT_VERSION_SUFFIX rc.1)
set(MODLE_PROJECT_VERSION_SUFFIX rc.2)

function(ConfigureVersioning input_config_folder output_config_folder)
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git")
Expand Down

0 comments on commit 200defa

Please sign in to comment.