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 3
20 
22 #define VL_SDK_VERSION_MINOR 0
23 
25 #define VL_SDK_VERSION_REVISION 0
26 
28 #define VL_SDK_VERSION_POSTFIX ""
29 
31 #define VL_SDK_VERSION_STRING "3.0.0"
32 
34 #define VL_SDK_VERSION_HASH_STRING "3effc9b4ffc3548a27ebb87292e05ac0832d1dc8"
35 
37 #define VL_SDK_VERSION_TIMESTAMP_STRING "2023-04-15 09:51:35"
38 
39 #endif