2022-03-21 10:27:28 +02:00
|
|
|
#ifndef __INC_METIN_II_VERSION_H__
|
|
|
|
#define __INC_METIN_II_VERSION_H__
|
|
|
|
|
|
|
|
#include <ostream>
|
|
|
|
|
|
|
|
#define __REVISION__ "@METIN2_REVISION@"
|
|
|
|
#define __COMMIT_DATE__ @METIN2_LAST_CHANGED_DATE@
|
|
|
|
#define __COMMIT_TAG__ "@METIN2_LATEST_TAG@"
|
|
|
|
#define __OS_NAME__ "@METIN2_OS_NAME@"
|
|
|
|
#define __COMPILER__ "@METIN2_COMPILER@"
|
|
|
|
#define __CPU_TARGET__ "@METIN2_CPU_TARGET@"
|
|
|
|
|
2023-12-30 10:30:52 +02:00
|
|
|
void WriteVersion();
|
2022-03-21 10:27:28 +02:00
|
|
|
|
|
|
|
#endif
|