Loading...
Searching...
No Matches
Go to the documentation of this file.
26#ifndef SOPC_VERSION_H_
27#define SOPC_VERSION_H_
30#define SOPC_TOOLKIT_VERSION_MAJOR 1
31#define SOPC_TOOLKIT_VERSION_MEDIUM 6
32#define SOPC_TOOLKIT_VERSION_MINOR 0
34#define SOPC_STRINGIFY(x) #x
35#define SOPC_QUOTE(x) SOPC_STRINGIFY(x)
37#define SOPC_TOOLKIT_VERSION \
38 SOPC_QUOTE(SOPC_TOOLKIT_VERSION_MAJOR) \
39 "." SOPC_QUOTE(SOPC_TOOLKIT_VERSION_MEDIUM) "." SOPC_QUOTE(SOPC_TOOLKIT_VERSION_MINOR) "*"