refactor(build): Bump version to 1.4.1

This commit is contained in:
Julius Pfrommer 2024-05-23 17:09:50 +02:00 committed by GitHub
parent 7f8c3b026a
commit 1fea0ecc32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
# overwritten with more detailed information if git is available. # overwritten with more detailed information if git is available.
set(OPEN62541_VER_MAJOR 1) set(OPEN62541_VER_MAJOR 1)
set(OPEN62541_VER_MINOR 4) set(OPEN62541_VER_MINOR 4)
set(OPEN62541_VER_PATCH 0) set(OPEN62541_VER_PATCH 1)
set(OPEN62541_VER_LABEL "-undefined") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty" set(OPEN62541_VER_LABEL "-undefined") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
set(OPEN62541_VER_COMMIT "unknown-commit") set(OPEN62541_VER_COMMIT "unknown-commit")