File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ endif(POLICY CMP0074)
55
55
56
56
project (RmlUi LANGUAGES C CXX VERSION 4.0)
57
57
58
- set (RMLUI_VERSION_RELEASE false )
58
+ set (RMLUI_VERSION_RELEASE true )
59
59
60
60
if (RMLUI_VERSION_RELEASE)
61
61
set (RMLUI_VERSION_SUFFIX "" )
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ bool DebuggerPlugin::LoadMenuElement()
309
309
menu_element->SetStyleSheetContainer (std::move (style_sheet));
310
310
311
311
// Set the version info in the menu.
312
- menu_element->GetElementById (" version-number" )->SetInnerRML (" v " + Rml::GetVersion ());
312
+ menu_element->GetElementById (" version-number" )->SetInnerRML (Rml::GetVersion ());
313
313
314
314
// Attach to the buttons.
315
315
Element* event_log_button = menu_element->GetElementById (" event-log-button" );
You can’t perform that action at this time.
0 commit comments