/***************************************************************************/ /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */ /* These are only in effect in a setting that doesn't use configure */ /***************************************************************************/ /* Version number of project */ #define FLOPCPP_VERSION "1.1" /* Major Version number of project */ #define FLOPCPP_VERSION_MAJOR 1 /* Minor Version number of project */ #define FLOPCPP_VERSION_MINOR 1 /* Release Version number of project */ #define FLOPCPP_VERSION_RELEASE 9999