Skip to content

Commit

Permalink
bump to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Jan 3, 2017
1 parent ab18a95 commit 2fc92b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.9)

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

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

* fixed:
* TransmitVolumeDown to use CEC_USER_CONTROL_CODE_VOLUME_DOWN. credits:
@michaelarnauts
* HAVE_AOCEC_API missing in if in AdapterFactory. credits: @gdachs
* env.h had 'ON' instead of '1' for some values

-- Pulse-Eight Packaging <packaging@pulse-eight.com> Tue, 3 Jan 2017 19:12:00 +0100

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

* fixed:
Expand Down

0 comments on commit 2fc92b5

Please sign in to comment.