Skip to content

Commit

Permalink
Release RmlUi 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed May 9, 2021
1 parent e7fe6ca commit c46df8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ endif(POLICY CMP0074)

project(RmlUi LANGUAGES C CXX VERSION 4.0)

set(RMLUI_VERSION_RELEASE false)
set(RMLUI_VERSION_RELEASE true)

if(RMLUI_VERSION_RELEASE)
set(RMLUI_VERSION_SUFFIX "")
Expand Down
2 changes: 1 addition & 1 deletion Source/Debugger/DebuggerPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ bool DebuggerPlugin::LoadMenuElement()
menu_element->SetStyleSheetContainer(std::move(style_sheet));

// Set the version info in the menu.
menu_element->GetElementById("version-number")->SetInnerRML("v" + Rml::GetVersion());
menu_element->GetElementById("version-number")->SetInnerRML(Rml::GetVersion());

// Attach to the buttons.
Element* event_log_button = menu_element->GetElementById("event-log-button");
Expand Down

0 comments on commit c46df8a

Please sign in to comment.