Skip to content

Commit

Permalink
Start working on 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikke89 committed Aug 23, 2021
1 parent d3e97d8 commit 156cac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif(POLICY CMP0074)

project(RmlUi LANGUAGES C CXX VERSION 4.2)
project(RmlUi LANGUAGES C CXX VERSION 4.3)

set(RMLUI_VERSION_RELEASE true)
set(RMLUI_VERSION_RELEASE false)

if(RMLUI_VERSION_RELEASE)
set(RMLUI_VERSION_SUFFIX "")
Expand Down

0 comments on commit 156cac8

Please sign in to comment.