refactor(build): Bump version to v1.3.15

This commit is contained in:
Julius Pfrommer 2024-11-23 20:18:30 +01:00 committed by Julius Pfrommer
parent 68142484a3
commit 3eed1a6d5c

View File

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