mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-29 02:44:34 +00:00
6 lines
200 B
CMake
6 lines
200 B
CMake
#ifndef __REVISION_DATA_H__
|
|
#define __REVISION_DATA_H__
|
|
#define REVISION_HASH "@rev_hash@"
|
|
#define REVISION_DATE "@rev_date@"
|
|
#endif // __REVISION_DATA_H__
|