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.