From e256faa3728cd335dd580d7375b8e03706b0b286 Mon Sep 17 00:00:00 2001 From: Federico DI Pierro Date: Sat, 9 Mar 2024 17:02:32 +0100 Subject: [PATCH] chore: master is now 4.12. Signed-off-by: Federico DI Pierro --- CMakeLists.txt | 2 +- TODO.md | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) 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