Skip to content

Commit

Permalink
feat: Bump to 2.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Dec 20, 2023
1 parent 4b7273a commit b1f741e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
# number from the latest release plus the "-undefined" label. Will be
# overwritten with more detailed information if git is available.
set(UMATI_CLIENT_VER_MAJOR 2)
set(UMATI_CLIENT_VER_MINOR 0)
set(UMATI_CLIENT_VER_MINOR 1)
set(UMATI_CLIENT_VER_PATCH 0)
set(UMATI_CLIENT_VER_LABEL "-undefined") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
set(UMATI_CLIENT_VER_LABEL "-rc1") # 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 b1f741e

Please sign in to comment.