Files
terminal-web-server/src/version.h

17 lines
329 B
C

#ifndef VERSION_H
#define VERSION_H
#ifndef PROJECT_GIT_REVISION
#warning "PROJECT_GIT_REVISION should be defined!"
#define PROJECT_GIT_REVISION "no-git"
#endif
#define PROJECT_BUILD_TIME __TIMESTAMP__ " compiler version " __VERSION__
#ifndef MANAGER_LOGS_DIR
#define MANAGER_LOGS_DIR "/root/"
#endif
#endif //VERSION_H