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.hh | |
| parent | e8f10099c58b45e5fb251455ce3b4b1caa827afd (diff) | |
| download | voxelius-14e129d3043a2ab4ea6604441a2d076e775432bf.tar.bz2 voxelius-14e129d3043a2ab4ea6604441a2d076e775432bf.zip | |
Update gitignore and version.hh
Diffstat (limited to 'src/core/version.hh')
| -rw-r--r-- | src/core/version.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/version.hh b/src/core/version.hh index 2061c31..fc4d48a 100644 --- a/src/core/version.hh +++ b/src/core/version.hh @@ -7,6 +7,6 @@ extern const unsigned long project_version_minor; extern const unsigned long project_version_patch; extern const unsigned long project_version_tweak; -extern const std::string project_version_string; +extern const char* project_version_string; #endif /* CORE_VERSION_HH */ |
