We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8eaf6 commit 19ff16aCopy full SHA for 19ff16a
1 file changed
src/editor_app.cpp
@@ -175,7 +175,7 @@ std::string EditorApp::get_version() {
175
} else {
176
version = "BUG-merang!!!"; // fallback if VERSION file missing
177
}
178
- return "pCode Editor version 0.2.68 (a84c392)" + version;
+ return "pCode Editor version " + version;
179
180
181
// ============================================================================
0 commit comments