Skip to content

Commit 31e567c

Browse files
committed
Release RmlUi 4.1
1 parent 58237e1 commit 31e567c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ endif(POLICY CMP0074)
5555

5656
project(RmlUi LANGUAGES C CXX VERSION 4.1)
5757

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

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

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
* [RmlUi 4.1](#rmlui-41)
12
* [RmlUi 4.0](#rmlui-40)
23
* [RmlUi 3.3](#rmlui-33)
34
* [RmlUi 3.2](#rmlui-32)
@@ -6,14 +7,15 @@
67
* [RmlUi 2.0](#rmlui-20)
78

89

9-
## RmlUi 4.1 (WIP)
10+
## RmlUi 4.1
1011

12+
RmlUi 4.1 is a maintenance release.
1113

14+
- Several CMake fixes so that clients can more easily find and import RmlUi.
1215
- Curly brackets can now be used inside string literals in data expressions. [#190](https://github.com/mikke89/RmlUi/pull/190) (thanks @Dakror).
1316
- Inline events are now attached and detached when `on..` attributes change. [#189](https://github.com/mikke89/RmlUi/pull/189) (thanks @ZombieRaccoon).
1417

1518

16-
1719
## RmlUi 4.0
1820

1921
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.

0 commit comments

Comments
 (0)