mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-17 20:12:54 +08:00
13 lines
243 B
C
13 lines
243 B
C
#ifndef TAO_VERSION_INFO_H
|
|
#define TAO_VERSION_INFO_H
|
|
|
|
#define TaoREVISIONSTR "rev"
|
|
#define TaoVer "1.2.0"
|
|
#define TaoMAJ 1
|
|
#define TaoMIN 2
|
|
#define TaoPAT 0
|
|
#define TaoDATETIME "0"
|
|
#define CXX_COMPILER_ID "vc143"
|
|
|
|
#endif //TAO_VERSION_INFO_H
|