Qore Programming Language  0.8.7
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
qore-version.h
1 #ifndef _QORE_VERSION_H
2 #define _QORE_VERSION_H
3 #define QORE_VERSION_MAJOR 0
4 #define QORE_VERSION_MINOR 8
5 #define QORE_VERSION_SUB 7
6 #define QORE_VERSION "0.8.7"
7 #define QORE_VERSION_CODE 807
8 #endif