[core] Test ccache (#436)

This commit is contained in:
LoveSy 2021-03-30 23:17:57 +08:00 committed by GitHub
parent 16982c5a3e
commit 989e9e1bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
namespace lspd {
const int versionCode = ${VERSION_CODE};
extern const char* const versionName = "${VERSION_NAME}";
const char* const versionName = "${VERSION_NAME}";
}