package/open62541: fix library version definition
authorScott Fan <fancp2007@gmail.com>
Sat, 20 Feb 2021 16:27:14 +0000 (00:27 +0800)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 20 Feb 2021 22:12:54 +0000 (23:12 +0100)
commit6c5caa8f437a5a5355018b001c6d395a894286c5
tree8c2e38350a1a3ebbbfa115917424a396d442f448
parent03c3fbd81c51c7b0cc236362b3afc73e01219170
package/open62541: fix library version definition

Manually specified version must start with letter 'v',
otherwise, the generated version macro will be zero
in the <build_dir>/src_generated/open62541/config.h file:
  #define UA_OPEN62541_VER_MAJOR 0
  #define UA_OPEN62541_VER_MINOR 0
  #define UA_OPEN62541_VER_PATCH 0

Reference from the following link:
https://open62541.org/doc/current/building.html

Signed-off-by: Scott Fan <fancp2007@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/open62541/open62541.mk