From 14e129d3043a2ab4ea6604441a2d076e775432bf Mon Sep 17 00:00:00 2001 From: untodesu Date: Sun, 29 Jun 2025 22:26:17 +0500 Subject: Update gitignore and version.hh --- src/core/version.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/version.hh') 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 */ -- cgit