Skip to content

Commit 2230d1a

Browse files
committed
Release RmlUi 6.2
1 parent 3dcd613 commit 2230d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project("RmlUi"
88
LANGUAGES "C" "CXX"
99
)
1010

11-
set(RMLUI_VERSION_RELEASE FALSE)
11+
set(RMLUI_VERSION_RELEASE TRUE)
1212

1313
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
1414
set(RMLUI_IS_ROOT_PROJECT TRUE)

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Introducing native touch input processing and inertial (momentum) scrolling. Thi
5656
- Add [data models viewer](https://mikke89.github.io/RmlUiDoc/pages/cpp_manual/debugger.html#data-models) to inspect live values of data variables. #865
5757
- Highlight open debugger menu items.
5858

59-
![Debugger data models screenshot](https://github.com/mikke89/RmlUiDoc/blob/1709eff628b6f4b47c074d9fa54e409224438ade/assets/images/debugger-data-models.png?raw=true)
59+
![Debugger data models screenshot](https://github.com/mikke89/RmlUiDoc/blob/1709eff628b6f4b47c074d9fa54e409224438ade/assets/images/debugger-data-models.png)
6060

6161
### Text behavior
6262

0 commit comments

Comments
 (0)