mirror of
https://github.com/zs-yg/kortapp-z.git
synced 2025-12-06 16:10:42 +08:00
12 lines
233 B
C
12 lines
233 B
C
#include "../include/memory_trainer.h"
|
|
|
|
// 获取版本信息
|
|
const wchar_t* get_version_string(void) {
|
|
return L"内存锻炼器 v1.0.0";
|
|
}
|
|
|
|
// 获取构建日期
|
|
const wchar_t* get_build_date(void) {
|
|
return L"2025-06-01";
|
|
}
|