This file contains defines with the VisionLib version. More...
Go to the source code of this file.
Macros | |
#define | VL_SDK_VERSION_HASH_STRING "cb20157956bdda09f0888ac4d58b50ba986ea5e7" |
#define | VL_SDK_VERSION_MAJOR 20 |
#define | VL_SDK_VERSION_MINOR 6 |
#define | VL_SDK_VERSION_REVISION 1 |
#define | VL_SDK_VERSION_STRING "20.6.1" |
#define | VL_SDK_VERSION_TIMESTAMP_STRING "2020-06-16 12:29:05" |
This file contains defines with the VisionLib version.
You can use those defines and the vlGetVersionMajor, vlGetVersionMinor, vlGetVersionRevision, vlGetVersionString, vlGetVersionHashString and/or vlGetVersionTimestampString functions to check whether the binaries have the same version as the source files.
#define VL_SDK_VERSION_HASH_STRING "cb20157956bdda09f0888ac4d58b50ba986ea5e7" |
Version hash as string.
#define VL_SDK_VERSION_MAJOR 20 |
Major version.
#define VL_SDK_VERSION_MINOR 6 |
Minor version.
#define VL_SDK_VERSION_REVISION 1 |
Revision version.
#define VL_SDK_VERSION_STRING "20.6.1" |
Version as string.
#define VL_SDK_VERSION_TIMESTAMP_STRING "2020-06-16 12:29:05" |
Creation timestamp of this version.