Skip to content

Commit

Permalink
Bump open62541 to version 1.2.9 (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Roubert <[email protected]>
  • Loading branch information
joakimr-axis authored Jan 15, 2024
1 parent 26d85d8 commit ffc36c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --cflags $(PKGS)
LDLIBS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --libs $(PKGS))

# open62541
OPEN62541_VERSION = 1.2.5
OPEN62541_VERSION = 1.2.9
OPEN62541 = open62541-$(OPEN62541_VERSION)
OPEN62541_BUILD = $(OPEN62541)/$(CROSS_COMPILE)build

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"appName": "opcuaserver",
"friendlyName": "OPC UA Server",
"vendor": "Axis Communications AB",
"embeddedSdkVersion": "2.0",
"embeddedSdkVersion": "3.0",
"user": {
"username": "sdk",
"group": "sdk"
},
"runMode": "respawn",
"version": "1.2.5"
"version": "1.2.6"
},
"configuration": {
"paramConfig": [
Expand Down

0 comments on commit ffc36c6

Please sign in to comment.