diff --git a/CMakeLists.txt b/CMakeLists.txt index 262e050..3bd6551 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(clightd VERSION 2.4 LANGUAGES C) +project(clightd VERSION 3.0 LANGUAGES C) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") diff --git a/TODO.md b/TODO.md index 520931e..1f80697 100644 --- a/TODO.md +++ b/TODO.md @@ -54,7 +54,6 @@ ### Fix - [x] After suspend, clightd gets restarted, invalidating Clight Idle client. Why does it get stopped/restarted? (Fixed in libmodule 3.1.0) -- [ ] Above issue is sometimes still present; but clightd does not get restarted now. It just hangs there with "connection timed out" at each call. ### API improvements - [x] Add a Raise/Lower backlight methods to raise/lower x% of current value