Skip to content

Commit

Permalink
refactor(build): Bump version to v1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr authored Oct 2, 2024
1 parent f9d4c16 commit 47336a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 12)
set(OPEN62541_VER_PATCH 13)
set(OPEN62541_VER_LABEL "-undefined") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
set(OPEN62541_VER_COMMIT "unknown-commit")

Expand Down

0 comments on commit 47336a7

Please sign in to comment.