From 31e567ce88fe73c3d05b32d30b1911bda159a6bb Mon Sep 17 00:00:00 2001 From: Michael Ragazzon Date: Sat, 19 Jun 2021 13:23:44 +0200 Subject: [PATCH] Release RmlUi 4.1 --- CMakeLists.txt | 2 +- changelog.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b8421c4b..62432f1fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ endif(POLICY CMP0074) project(RmlUi LANGUAGES C CXX VERSION 4.1) -set(RMLUI_VERSION_RELEASE false) +set(RMLUI_VERSION_RELEASE true) if(RMLUI_VERSION_RELEASE) set(RMLUI_VERSION_SUFFIX "") diff --git a/changelog.md b/changelog.md index 78d308ff8..8b51c1cf4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,4 @@ +* [RmlUi 4.1](#rmlui-41) * [RmlUi 4.0](#rmlui-40) * [RmlUi 3.3](#rmlui-33) * [RmlUi 3.2](#rmlui-32) @@ -6,14 +7,15 @@ * [RmlUi 2.0](#rmlui-20) -## RmlUi 4.1 (WIP) +## RmlUi 4.1 +RmlUi 4.1 is a maintenance release. +- Several CMake fixes so that clients can more easily find and import RmlUi. - Curly brackets can now be used inside string literals in data expressions. [#190](https://github.com/mikke89/RmlUi/pull/190) (thanks @Dakror). - Inline events are now attached and detached when `on..` attributes change. [#189](https://github.com/mikke89/RmlUi/pull/189) (thanks @ZombieRaccoon). - ## RmlUi 4.0 RmlUi 4.0 comes packed with several valuable new features as well as many fixes, as detailed below. The library has also been restructured to simplify its usage. For users coming from RmlUi 3.x, see [restructuring RmlUi](#restructuring-rmlui) below for details and an upgrade guide.