We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c53531 commit e058b96Copy full SHA for e058b96
2 files changed
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12.0)
3
4
set(LIBCEC_VERSION_MAJOR 6)
5
set(LIBCEC_VERSION_MINOR 0)
6
-set(LIBCEC_VERSION_PATCH 0)
+set(LIBCEC_VERSION_PATCH 1)
7
8
# cec-client
9
add_subdirectory(src/cec-client)
debian/changelog.in
@@ -1,3 +1,10 @@
1
+libcec (6.0.1.1~#DIST#) #DIST#; urgency=medium
2
+
+ * fixed:
+ * cec-tray didn't start in some cases
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com> Mon, 13 Jul 2020 09:16:00 +0100
libcec (6.0.0.1~#DIST#) #DIST#; urgency=medium
10
* fixed:
0 commit comments