mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
f77a103209
fixes #239
5 lines
214 B
C++
5 lines
214 B
C++
namespace nheko {
|
|
static constexpr const char *version = "${PROJECT_VERSION}";
|
|
static constexpr const char *build_user = "${BUILD_USER}@${BUILD_HOST}";
|
|
static constexpr const char *build_os = "${BUILD_OS}";
|
|
}
|