batmat main
Batched linear algebra routines
Loading...
Searching...
No Matches
batmat-version.h
Go to the documentation of this file.
1#pragma once
2
3// NOLINTBEGIN(*-macro-to-enum)
4#define BATMAT_VERSION_MAJOR 0
5#define BATMAT_VERSION_MINOR 0
6#define BATMAT_VERSION_PATCH 22
7#define BATMAT_VERSION_SUFFIX ""
8#define BATMAT_VERSION "0.0.22"
9#define BATMAT_VERSION_FULL "0.0.22"
10#define BATMAT_BUILD_TIME batmat_build_time
11#define BATMAT_COMMIT_HASH batmat_commit_hash
12// NOLINTEND(*-macro-to-enum)
13
14#include <batmat/export.h>
15#ifdef __cplusplus
16extern "C" {
17#endif
18extern BATMAT_EXPORT const char *const batmat_build_time;
19extern BATMAT_EXPORT const char *const batmat_commit_hash;
20#ifdef __cplusplus
21}
22#endif
const char *const batmat_commit_hash
const char *const batmat_build_time