summaryrefslogtreecommitdiffstats
path: root/src/core/version.cc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/version.cc.in')
-rw-r--r--src/core/version.cc.in2
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}";