Skip to content

Commit

Permalink
pre-release 2.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed May 30, 2023
1 parent 2771fb3 commit 2670419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(UMATI_CLIENT_VER_MAJOR 2)
set(UMATI_CLIENT_VER_MINOR 0)
set(UMATI_CLIENT_VER_PATCH 0)
set(UMATI_CLIENT_VER_LABEL "-rc6") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
set(UMATI_CLIENT_VER_LABEL "-rc7") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
set(UMATI_CLIENT_VER_COMMIT "unknown-commit")

# Overwrite the version information based on git if available
Expand Down

0 comments on commit 2670419

Please sign in to comment.