#ifndef MK_VERSION_H #define MK_VERSION_H #ifndef VERSION #define VERSION "${VERSION}" #endif //VERSION #ifndef VERSION_LONG #define VERSION_LONG "${VERSION_LONG}" #endif //VERSION_LONG #endif //MK_VERSION_H