girara
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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 1
8 #define GIRARA_VERSION_REV 8
9 #define GIRARA_VERSION "0.1.8"
10 
11 #endif