server.pg/common/version.h
2025-06-07 13:51:00 +01:00

16 lines
363 B
C++

#ifndef __INC_METIN_II_VERSION_H__
#define __INC_METIN_II_VERSION_H__
#include <ostream>
#define __REVISION__ "c9bd9a7"
#define __COMMIT_DATE__ "2025-06-06 20:26:23 +0100"
#define __COMMIT_TAG__ "0.4.1"
#define __OS_NAME__ "Linux-5.15.167.4-microsoft-standard-WSL2"
#define __COMPILER__ "GNU 9.5.0"
#define __CPU_TARGET__ "x86_64"
void WriteVersion();
#endif