#ifndef VERSION_H #define VERSION_H #ifdef DEBUG_BUILD #define MODULE_IDENT "Debug build" #else #define MODULE_IDENT "v1.4" #endif #endif