This file contains defines with the VisionLib version. More...
Go to the source code of this file.
Macros | |
#define | VL_SDK_VERSION_HASH_STRING "a12bb4ea8ff2b58727b0fb2d6de404647c7dce36" |
#define | VL_SDK_VERSION_MAJOR 3 |
#define | VL_SDK_VERSION_MINOR 0 |
#define | VL_SDK_VERSION_POSTFIX "" |
#define | VL_SDK_VERSION_REVISION 1 |
#define | VL_SDK_VERSION_STRING "3.0.1" |
#define | VL_SDK_VERSION_TIMESTAMP_STRING "2023-05-09 14:01:31" |
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 "a12bb4ea8ff2b58727b0fb2d6de404647c7dce36" |
Version hash as string.
#define VL_SDK_VERSION_MAJOR 3 |
Major version.
#define VL_SDK_VERSION_MINOR 0 |
Minor version.
#define VL_SDK_VERSION_POSTFIX "" |
version pre-release postfix.
#define VL_SDK_VERSION_REVISION 1 |
Revision version.
#define VL_SDK_VERSION_STRING "3.0.1" |
Version as string.
#define VL_SDK_VERSION_TIMESTAMP_STRING "2023-05-09 14:01:31" |
Creation timestamp of this version.