We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa5a868 + 95d1c69 commit 3519af0Copy full SHA for 3519af0
2 files changed
CMakeLists.txt
@@ -3,7 +3,7 @@ project(libcec)
3
4
set(LIBCEC_VERSION_MAJOR 7)
5
set(LIBCEC_VERSION_MINOR 1)
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,13 @@
1
+libcec (7.1.1.1~#DIST#) #DIST#; urgency=low
2
+
+ [ Lars Op den Kamp ]
+ * fixed: missing cmake include after da0497bdcf2b25c6ed916939123f3ae18a607452
+ * fixed: CMakeLists on windows
+ * fixed: generating pdb in release mode. cleanups
+ * fixed: also install cec.dll in .net directories (dep of LibCecSharp)
+ -- Lars Op den Kamp <lars@opdenkamp.eu> Mon, 23 Jun 2025 12:54:27 +0200
10
11
libcec (7.1.0.1~#DIST#) #DIST#; urgency=medium
12
13
[ Lars Op den Kamp ]
0 commit comments