girara
 
Loading...
Searching...
No Matches
girara-version.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: Zlib */
2
3#ifndef GIRARA_VERSION_H
4#define GIRARA_VERSION_H
5
6/* clang-format off */
7#define GIRARA_VERSION_MAJOR 0
8#define GIRARA_VERSION_MINOR 4
9#define GIRARA_VERSION_REV 5
10#define GIRARA_VERSION "0.4.5"
11/* clang-format on */
12
13#endif