Skip to content

Commit e058b96

Browse files
committed
bump to 6.0.1
1 parent 7c53531 commit e058b96

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12.0)
33

44
set(LIBCEC_VERSION_MAJOR 6)
55
set(LIBCEC_VERSION_MINOR 0)
6-
set(LIBCEC_VERSION_PATCH 0)
6+
set(LIBCEC_VERSION_PATCH 1)
77

88
# cec-client
99
add_subdirectory(src/cec-client)

debian/changelog.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
libcec (6.0.1.1~#DIST#) #DIST#; urgency=medium
2+
3+
* fixed:
4+
* cec-tray didn't start in some cases
5+
6+
-- Pulse-Eight Packaging <packaging@pulse-eight.com> Mon, 13 Jul 2020 09:16:00 +0100
7+
18
libcec (6.0.0.1~#DIST#) #DIST#; urgency=medium
29

310
* fixed:

0 commit comments

Comments
 (0)