File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ endif(POLICY CMP0074)
5555
5656project (RmlUi LANGUAGES C CXX VERSION 4.0)
5757
58- set (RMLUI_VERSION_RELEASE false )
58+ set (RMLUI_VERSION_RELEASE true )
5959
6060if (RMLUI_VERSION_RELEASE)
6161 set (RMLUI_VERSION_SUFFIX "" )
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ bool DebuggerPlugin::LoadMenuElement()
309309 menu_element->SetStyleSheetContainer (std::move (style_sheet));
310310
311311 // 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 ());
313313
314314 // Attach to the buttons.
315315 Element* event_log_button = menu_element->GetElementById (" event-log-button" );
You can’t perform that action at this time.
0 commit comments