diff --git a/CMakeLists.txt b/CMakeLists.txt index 37dd6dc..39347ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(clight VERSION 4.11 LANGUAGES C) +project(clight VERSION 4.12 LANGUAGES C) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") diff --git a/TODO.md b/TODO.md index 4d92779..992ec9e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,3 @@ -## 4.11 - -- [x] Fix running where Screen is not supported (ie: wayland compositors that do not support the protocol) -- [x] do not skip access check for OLD CONFIG. - ## 5.0 ### Generic