|
T-Box Basic dev
|
T-Box 版本 More...
Macros | |
| #define | TBOX_VERSION_MAJOR 0 |
| T-Box 主版本号 | |
| #define | TBOX_VERSION_MINOR 1 |
| T-Box 次版本号 | |
| #define | TBOX_VERSION_PATCH 0 |
| T-Box 修订版本号 | |
| #define | TBOX_VERSION_STRING "0.1.0" |
| T-Box 版本字符串 | |
| #define | TBOX_CONFIGURED_API (TBOX_VERSION_MAJOR * 10000 + TBOX_VERSION_MINOR * 100) |
| T-Box 配置的 API 版本 | |
| #define | TBOX_COMMIT_SHORT "a53dfab" |
| T-Box 提交的短哈希 | |
| #define | TBOX_COMMIT_LONG "a53dfab9b6df800caf10f0ed5a36b6d083cf0681" |
| T-Box 提交的长哈希 | |
| #define | TBOX_BUILD_DATE __DATE__ |
| T-Box 构建日期 | |
| #define | TBOX_BUILD_TIME __TIME__ |
| T-Box 构建时间 | |
T-Box 版本
| #define TBOX_BUILD_DATE __DATE__ |
T-Box 构建日期
| #define TBOX_BUILD_TIME __TIME__ |
T-Box 构建时间
| #define TBOX_COMMIT_LONG "a53dfab9b6df800caf10f0ed5a36b6d083cf0681" |
T-Box 提交的长哈希
| #define TBOX_COMMIT_SHORT "a53dfab" |
T-Box 提交的短哈希
| #define TBOX_CONFIGURED_API (TBOX_VERSION_MAJOR * 10000 + TBOX_VERSION_MINOR * 100) |
T-Box 配置的 API 版本
| #define TBOX_VERSION_MAJOR 0 |
T-Box 主版本号
| #define TBOX_VERSION_MINOR 1 |
T-Box 次版本号
| #define TBOX_VERSION_PATCH 0 |
T-Box 修订版本号
| #define TBOX_VERSION_STRING "0.1.0" |
T-Box 版本字符串