summaryrefslogtreecommitdiffstats
path: root/core/config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'core/config.cc')
-rw-r--r--core/config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.cc b/core/config.cc
index 52cd102..3202fb6 100644
--- a/core/config.cc
+++ b/core/config.cc
@@ -133,7 +133,7 @@ bool Config::save_file(const char* path) const
auto curtime = std::time(nullptr);
- stream << "# Voxelius " << PROJECT_VERSION_STRING << " configuration file" << std::endl;
+ stream << "# Voxelius " << project_version_string << " configuration file" << std::endl;
stream << "# Generated at: " << std::put_time(std::gmtime(&curtime), "%Y-%m-%d %H:%M:%S %z") << std::endl << std::endl;
for(const auto& it : m_values) {