#ifndef VERSION_H #define VERSION_H #ifdef DEBUG_BUILD #define MODULE_IDENT "Debug build" #else #define MODULE_IDENT "v2.1" #endif #endif