Skip to content

Commit c46df8a

Browse files
committed
Release RmlUi 4.0
1 parent e7fe6ca commit c46df8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ endif(POLICY CMP0074)
5555

5656
project(RmlUi LANGUAGES C CXX VERSION 4.0)
5757

58-
set(RMLUI_VERSION_RELEASE false)
58+
set(RMLUI_VERSION_RELEASE true)
5959

6060
if(RMLUI_VERSION_RELEASE)
6161
set(RMLUI_VERSION_SUFFIX "")

Source/Debugger/DebuggerPlugin.cpp

+1-1
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)