We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5821977 commit 21cc90dCopy full SHA for 21cc90d
librecad/src/main/main.cpp
@@ -53,7 +53,7 @@
53
namespace
54
{
55
// To a plain text string to the compiled binary
56
-const std::string g_lcVersion{"LC_VERSION=\"" XSTR(LC_VERSION)} "\"";
+const std::string g_lcVersion{"LC_VISION=" XSTR(LC_VERSION)};
57
void restoreWindowGeometry(QC_ApplicationWindow& appWin, QSettings& settings);
58
}
59
/**
0 commit comments