girara
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 #define GIRARA_VERSION_MAJOR 0
7 #define GIRARA_VERSION_MINOR 3
8 #define GIRARA_VERSION_REV 3
9 #define GIRARA_VERSION "0.3.3"
10 
11 #endif