华容道高性能计算引擎
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
553 B

#pragma once
#define VERSION_MAJOR (@VERSION_MAJOR@)
#define VERSION_MINOR (@VERSION_MINOR@)
#define VERSION_PATCH (@VERSION_ALTER@)
#define VERSION_STR "v@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_ALTER@"
#define AUTHOR "dnomd343"
#define SYSTEM "@PLAT@ @ARCH@"
#define COMPILER "@COMPILER@"
#define BUILD_TIME "@VERSION_BUILD@"
#define GIT_BRANCH "@GIT_BRANCH@"
#define GIT_TAG_ID "@GIT_TAG_LONG@"
#define GIT_PROJECT "https://github.com/dnomd343/klotski.git"
#define GIT_COMMIT_ID "@GIT_COMMIT_LONG@"