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 4
23
25#define VL_SDK_VERSION_REVISION 1
26
28#define VL_SDK_VERSION_POSTFIX ""
29
31#define VL_SDK_VERSION_STRING "2.4.1"
32
34#define VL_SDK_VERSION_HASH_STRING "d0679036a9efacc888facccedbc888d90968938f"
35
37#define VL_SDK_VERSION_TIMESTAMP_STRING "2023-02-10 10:48:46"
38
39#endif