Qore Programming Language  0.8.9
 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 9
6 #define QORE_VERSION "0.8.9"
7 #define QORE_VERSION_CODE 809
8 #endif