Sen API
Sen Libraries
Loading...
Searching...
No Matches
version.h
Go to the documentation of this file.
1// === version.h =======================================================================================================
2// Sen Infrastructure
3// Licensed under the Apache License v2.0 (SPDX-License-Identifier Apache-2.0).
4// See the LICENSE.txt file for more information.
5// =====================================================================================================================
6
7#ifndef SEN_CORE_BASE_VERSION_H
8#define SEN_CORE_BASE_VERSION_H
9
10// std
11#include <string_view>
12
13namespace sen
14{
15
18
19// NOLINTNEXTLINE
20#define SEN_VERSION_STRING "82f62a6\0"
21
22// NOLINTNEXTLINE
23#define SEN_VERSION_MAJOR 0
24
25// NOLINTNEXTLINE
26#define SEN_VERSION_MINOR 0
27
28// NOLINTNEXTLINE
29#define SEN_VERSION_PATCH 0
30
32
33} // namespace sen
34
35#endif // SEN_CORE_BASE_VERSION_H
Definition assert.h:17