mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
13 lines
532 B
CMake
13 lines
532 B
CMake
#ifndef __REVISION_H__
|
|
#define __REVISION_H__
|
|
#define _REVISION "@rev_id_str@"
|
|
#define _HASH "@rev_hash@"
|
|
#define _DATE "@rev_date@"
|
|
#define VER_COMPANYNAME_STR "SunwellCore"
|
|
#define VER_LEGALCOPYRIGHT_STR "SunwellCore"
|
|
#define VER_FILEVERSION 0,0,0
|
|
#define VER_FILEVERSION_STR "@rev_date@ (@rev_hash@)"
|
|
#define VER_PRODUCTVERSION VER_FILEVERSION
|
|
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
|
|
#endif // __REVISION_H__
|