Files
kortapp-z/others/C/memory/src/version.c
2025-06-28 09:00:15 +08:00

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";
}