Skip to content

Commit

Permalink
bump to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Apr 27, 2020
1 parent 1167779 commit 4ef0486
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project(libcec)
cmake_minimum_required(VERSION 3.12.0)

set(LIBCEC_VERSION_MAJOR 4)
set(LIBCEC_VERSION_MAJOR 5)
set(LIBCEC_VERSION_MINOR 0)
set(LIBCEC_VERSION_PATCH 5)
set(LIBCEC_VERSION_PATCH 0)

# cec-client
add_subdirectory(src/cec-client)
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
libcec (5.0.0.1~#DIST#) #DIST#; urgency=medium

* fixed:
* osd name truncated. issue #333
* added:
* GetStats() API command, for devices that support it
* USB-CEC auto power on at boot support. requires FW v11+

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Mon, 27 Apr 2020 13:39:00 +0100

libcec (4.0.5.1~#DIST#) #DIST#; urgency=medium

* fixed:
Expand Down

0 comments on commit 4ef0486

Please sign in to comment.