This file contains defines with the VisionLib version. More...
Go to the source code of this file.
Macros | |
#define | VL_SDK_VERSION_HASH_STRING "33bc9d3373cc3d80327047460f3c3be8f4c1e91f" |
#define | VL_SDK_VERSION_MAJOR 2 |
#define | VL_SDK_VERSION_MINOR 4 |
#define | VL_SDK_VERSION_POSTFIX "" |
#define | VL_SDK_VERSION_REVISION 0 |
#define | VL_SDK_VERSION_STRING "2.4.0" |
#define | VL_SDK_VERSION_TIMESTAMP_STRING "2022-09-14 06:58:37" |
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 "33bc9d3373cc3d80327047460f3c3be8f4c1e91f" |
Version hash as string.
#define VL_SDK_VERSION_MAJOR 2 |
Major version.
#define VL_SDK_VERSION_MINOR 4 |
Minor version.
#define VL_SDK_VERSION_POSTFIX "" |
version pre-release postfix.
#define VL_SDK_VERSION_REVISION 0 |
Revision version.
#define VL_SDK_VERSION_STRING "2.4.0" |
Version as string.
#define VL_SDK_VERSION_TIMESTAMP_STRING "2022-09-14 06:58:37" |
Creation timestamp of this version.