documentation

 
Loading...
Searching...
No Matches
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 2
23
25#define VL_SDK_VERSION_REVISION 2
26
28#define VL_SDK_VERSION_POSTFIX ""
29
31#define VL_SDK_VERSION_STRING "3.2.2"
32
34#define VL_SDK_VERSION_HASH_STRING "9a3b48bea7b98ea5ce9c691022b1dabbed496c77"
35
37#define VL_SDK_VERSION_TIMESTAMP_STRING "2024-07-22 09:18:43"
38
39#endif