diff options
| author | untodesu <kirill@untode.su> | 2025-06-29 22:26:17 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-06-29 22:26:17 +0500 |
| commit | 14e129d3043a2ab4ea6604441a2d076e775432bf (patch) | |
| tree | a6d2973838162a3f72fa65e54499bf53a7e5ecc9 /src/core/version.cc.in | |
| parent | e8f10099c58b45e5fb251455ce3b4b1caa827afd (diff) | |
| download | voxelius-14e129d3043a2ab4ea6604441a2d076e775432bf.tar.bz2 voxelius-14e129d3043a2ab4ea6604441a2d076e775432bf.zip | |
Update gitignore and version.hh
Diffstat (limited to 'src/core/version.cc.in')
| -rw-r--r-- | src/core/version.cc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/version.cc.in b/src/core/version.cc.in index 0183ec0..0c255c9 100644 --- a/src/core/version.cc.in +++ b/src/core/version.cc.in @@ -9,4 +9,4 @@ const unsigned long project_version_patch = ${PROJECT_VERSION_PATCH}; const unsigned long project_version_tweak = ${PROJECT_VERSION_TWEAK}; // clang-format on -const std::string project_version_string = "${PROJECT_VERSION}"; +const char* project_version_string = "${PROJECT_VERSION}"; |
