Browse Source

Release RmlUi 4.1

Michael Ragazzon 4 years ago
parent
commit
31e567ce88
2 changed files with 5 additions and 3 deletions
  1. 1 1
      CMakeLists.txt
  2. 4 2
      changelog.md

+ 1 - 1
CMakeLists.txt

@@ -55,7 +55,7 @@ endif(POLICY CMP0074)
 
 
 project(RmlUi LANGUAGES C CXX VERSION 4.1)
 project(RmlUi LANGUAGES C CXX VERSION 4.1)
 
 
-set(RMLUI_VERSION_RELEASE false)
+set(RMLUI_VERSION_RELEASE true)
 
 
 if(RMLUI_VERSION_RELEASE)
 if(RMLUI_VERSION_RELEASE)
 	set(RMLUI_VERSION_SUFFIX "")
 	set(RMLUI_VERSION_SUFFIX "")

+ 4 - 2
changelog.md

@@ -1,3 +1,4 @@
+* [RmlUi 4.1](#rmlui-41)
 * [RmlUi 4.0](#rmlui-40)
 * [RmlUi 4.0](#rmlui-40)
 * [RmlUi 3.3](#rmlui-33)
 * [RmlUi 3.3](#rmlui-33)
 * [RmlUi 3.2](#rmlui-32)
 * [RmlUi 3.2](#rmlui-32)
@@ -6,14 +7,15 @@
 * [RmlUi 2.0](#rmlui-20)
 * [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).
 - 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).
 - 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
 
 
 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.
 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.