Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.4' into merge_14_master_9
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Dec 15, 2023
2 parents cc5c7da + fd10e43 commit 88f0398
Show file tree
Hide file tree
Showing 26 changed files with 1,103 additions and 1,866 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
# number from the latest release plus the "-undefined" label. Will be
# overwritten with more detailed information if git is available.
set(OPEN62541_VER_MAJOR 1)
set(OPEN62541_VER_MINOR 3)
set(OPEN62541_VER_PATCH 8)
set(OPEN62541_VER_LABEL "-undefined") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
set(OPEN62541_VER_MINOR 4)
set(OPEN62541_VER_PATCH 0)
set(OPEN62541_VER_LABEL "-rc1") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
set(OPEN62541_VER_COMMIT "unknown-commit")

# Overwrite the version information based on git if available
Expand Down
2 changes: 1 addition & 1 deletion deps/nodesetLoader
10 changes: 0 additions & 10 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,6 @@ if(UA_ENABLE_SUBSCRIPTIONS_EVENTS)
endif()
endif()

##################
# Example Server #
##################

add_example(server_ctt server_ctt.c)

install(PROGRAMS $<TARGET_FILE:server_ctt>
DESTINATION bin
RENAME ua_server_ctt.exe)

##################
# Example Client #
##################
Expand Down
Loading

0 comments on commit 88f0398

Please sign in to comment.