From 06ac26135afc1030c2e8054db867cfec6e90139c Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Sun, 2 Dec 2018 10:12:43 +0100 Subject: [PATCH] Bumped version to 3.0 --- CMakeLists.txt | 2 +- TODO.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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