Files
MaaAssistantArknights/src/MaaCore/Common/AsstVersion.h
2022-12-02 00:22:47 +08:00

12 lines
154 B
C++

#pragma once
namespace asst
{
static constexpr const char* Version =
#ifdef MAA_VERSION
MAA_VERSION;
#else
"DEBUG VERSION";
#endif
}