girara
version.h
Go to the documentation of this file.
1 /* See LICENSE file for license and copyright information */
2 
3 #ifndef GIRARA_VERSION_H
4 #define GIRARA_VERSION_H
5 
6 #define GIRARA_VERSION_MAJOR 0
7 #define GIRARA_VERSION_MINOR 2
8 #define GIRARA_VERSION_REV 7
9 #define GIRARA_VERSION "0.2.7"
10 
11 #endif