girara
|
00001 /* See LICENSE file for license and copyright information */ 00002 00003 #ifndef GIRARA_VERSION_H 00004 #define GIRARA_VERSION_H 00005 00006 #define GIRARA_VERSION_MAJOR 0 00007 #define GIRARA_VERSION_MINOR 1 00008 #define GIRARA_VERSION_REV 2 00009 #define GIRARA_VERSION "0.1.2" 00010 00011 #endif