Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Jul 21, 2023
1 parent 586b451 commit 99c30a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 "-rc8") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
set(UMATI_CLIENT_VER_LABEL "-undefined") # 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
2 changes: 1 addition & 1 deletion cmake/SetGitBasedVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function(set_umati_dashboard_client_version)
# Generate a git-describe version string from Git repository tags
if(GIT_EXECUTABLE AND NOT DEFINED UMATI_CLIENT_VERSION)
execute_process(
COMMAND ${GIT_EXECUTABLE} describe --always --tags --dirty --match "v*"
COMMAND ${GIT_EXECUTABLE} describe --always --tags --match "v*"
WORKING_DIRECTORY "${VERSION_SRC_DIR}"
OUTPUT_VARIABLE GIT_DESCRIBE_VERSION
RESULT_VARIABLE GIT_DESCRIBE_ERROR_CODE
Expand Down

0 comments on commit 99c30a3

Please sign in to comment.