Skip to content

Commit

Permalink
Release RmlUi 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Dec 11, 2022
1 parent 99946aa commit 61c600b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 5.0)

set(RMLUI_VERSION_RELEASE false)
set(RMLUI_VERSION_RELEASE true)

if(RMLUI_VERSION_RELEASE)
set(RMLUI_VERSION_SUFFIX "")
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ Users can now edit the text field to change the animal. The data bindings ensure
**Sandbox from the 'demo' sample, try it yourself!**\
![Sandbox](https://github.com/mikke89/RmlUiDoc/blob/3f319d8464e73b821179ff8d20537013af5b9810/assets/gallery/sandbox.png)
**Visual testing framework**\
![Sandbox](https://github.com/mikke89/RmlUiDoc/blob/c7253748d1bcf6dd33d97ab4fe8b6731a7ee3dac/assets/gallery/visual_tests_flex.png)
**Transitions on mouse hover (entirely in RCSS)**\
![Transition](https://github.com/mikke89/RmlUiDoc/blob/3f319d8464e73b821179ff8d20537013af5b9810/assets/gallery/transition.gif)
Expand Down

0 comments on commit 61c600b

Please sign in to comment.