Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit a50acac

Browse files
feat: v2.0.0-rc5 (#450)
1 parent 7fc0ebb commit a50acac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
4141
set(UMATI_CLIENT_VER_MAJOR 2)
4242
set(UMATI_CLIENT_VER_MINOR 0)
4343
set(UMATI_CLIENT_VER_PATCH 0)
44-
set(UMATI_CLIENT_VER_LABEL "-rc4") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
44+
set(UMATI_CLIENT_VER_LABEL "-rc5") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
4545
set(UMATI_CLIENT_VER_COMMIT "unknown-commit")
4646

4747
# Overwrite the version information based on git if available

0 commit comments

Comments
 (0)