ports/devel/open62541/files/patch-CMakeLists.txt
Nico Sonack d0d2b10d6d devel/open62541: Update to 1.4.11
- Update maintainer email
- Add patch to fix version reporting

Changelog: https://github.com/open62541/open62541/releases/tag/v1.4.11.1

PR:		286143
2025-04-21 19:37:55 +02:00

11 lines
430 B
Text

--- CMakeLists.txt.orig 2025-03-14 15:52:43 UTC
+++ CMakeLists.txt
@@ -40,7 +40,7 @@ set(OPEN62541_VER_MINOR 4)
# overwritten with more detailed information if git is available.
set(OPEN62541_VER_MAJOR 1)
set(OPEN62541_VER_MINOR 4)
-set(OPEN62541_VER_PATCH 10)
+set(OPEN62541_VER_PATCH 11)
set(OPEN62541_VER_LABEL "-undefined") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty"
set(OPEN62541_VER_COMMIT "unknown-commit")