documentation

vlSDKVersion.h
Go to the documentation of this file.
1 // Copyright (c) Visometry GmbH.
2 
15 #ifndef VL_SDK_VERSION_H
16 #define VL_SDK_VERSION_H
17 
19 #define VL_SDK_VERSION_MAJOR 2
20 
22 #define VL_SDK_VERSION_MINOR 0
23 
25 #define VL_SDK_VERSION_REVISION 0
26 
28 #define VL_SDK_VERSION_STRING "2.0.0"
29 
31 #define VL_SDK_VERSION_HASH_STRING "8714a23489f9866350b086ecb44b6d3b9d5cdb3a"
32 
34 #define VL_SDK_VERSION_TIMESTAMP_STRING "2021-03-16 09:41:54"
35 
36 #endif