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 20
20 
22 #define VL_SDK_VERSION_MINOR 10
23 
25 #define VL_SDK_VERSION_REVISION 1
26 
28 #define VL_SDK_VERSION_STRING "20.10.1"
29 
31 #define VL_SDK_VERSION_HASH_STRING "b968bd19dfc9dce22ed88e9b8a0828628866d0ce"
32 
34 #define VL_SDK_VERSION_TIMESTAMP_STRING "2020-10-22 16:12:38"
35 
36 #endif