瀏覽代碼

Start working on 4.1

Michael Ragazzon 4 年之前
父節點
當前提交
886cee5360
共有 2 個文件被更改,包括 2 次插入4 次删除
  1. 2 2
      CMakeLists.txt
  2. 0 2
      readme.md

+ 2 - 2
CMakeLists.txt

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

+ 0 - 2
readme.md

@@ -14,8 +14,6 @@ RmlUi uses the time-tested open standards XHTML1 and CSS2 while borrowing featur
 
 Documentation is located at https://mikke89.github.io/RmlUiDoc/
 
-***Note:*** RmlUi 4.0 currently in development is a restructuring of RmlUi 3.x. This includes changes to the namespaces, plugins, and include headers. Take a look at the [changelog](changelog.md#restructuring-rmlui) for a summary of changes and an upgrade guide.
-
 ## Features
 
 - Cross platform architecture: Windows, macOS, Linux, iOS, etc.