Browse Source

Start working on RmlUi 5.0

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

+ 2 - 2
CMakeLists.txt

@@ -53,9 +53,9 @@ if(POLICY CMP0074)
 	cmake_policy(SET CMP0074 NEW)
 	cmake_policy(SET CMP0074 NEW)
 endif(POLICY CMP0074)
 endif(POLICY CMP0074)
 
 
-project(RmlUi LANGUAGES C CXX VERSION 4.4)
+project(RmlUi LANGUAGES C CXX VERSION 5.0)
 
 
-set(RMLUI_VERSION_RELEASE true)
+set(RMLUI_VERSION_RELEASE false)
 
 
 if(RMLUI_VERSION_RELEASE)
 if(RMLUI_VERSION_RELEASE)
 	set(RMLUI_VERSION_SUFFIX "")
 	set(RMLUI_VERSION_SUFFIX "")

+ 2 - 2
changelog.md

@@ -13,8 +13,8 @@
 ### Fonts
 ### Fonts
 
 
 - Support for color emojis 🎉. [#267](https://github.com/mikke89/RmlUi/issues/267)
 - Support for color emojis 🎉. [#267](https://github.com/mikke89/RmlUi/issues/267)
-- Support for loading fonts with multiple included font weights. [#296](https://github.com/mikke89/RmlUi/pull/289) (thanks @MexUK)
-- The `font-weight` property now supports numeric values. [#296](https://github.com/mikke89/RmlUi/pull/289) (thanks @MexUK)
+- Support for loading fonts with multiple included font weights. [#296](https://github.com/mikke89/RmlUi/pull/296) (thanks @MexUK)
+- The `font-weight` property now supports numeric values. [#296](https://github.com/mikke89/RmlUi/pull/296) (thanks @MexUK)
 - The `opacity` property is now also applied to font effects. [#270](https://github.com/mikke89/RmlUi/issues/270)
 - The `opacity` property is now also applied to font effects. [#270](https://github.com/mikke89/RmlUi/issues/270)
 
 
 ### Performance and resource management
 ### Performance and resource management