mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-01 04:14:35 +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__
|