Skip to content

Commit

Permalink
Bumped version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Dec 2, 2018
1 parent 4dc6f1a commit 06ac261
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion 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")

Expand Down
1 change: 0 additions & 1 deletion TODO.md
Expand Up @@ -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
Expand Down

0 comments on commit 06ac261

Please sign in to comment.