config_smi_default.h
Go to the documentation of this file.
1 /***************************************************************************/
2 /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
3 /* These are only in effect in a setting that doesn't use configure */
4 /***************************************************************************/
5 
6 /* Version number of project */
7 #define SMI_VERSION "0.96.1"
8 
9 /* Major Version number of project */
10 #define SMI_VERSION_MAJOR 0
11 
12 /* Minor Version number of project */
13 #define SMI_VERSION_MINOR 96
14 
15 /* Release Version number of project */
16 #define SMI_VERSION_RELEASE 1