Skip to content

Commit 3519af0

Browse files
committed
Merge branch 'master' into release
2 parents aa5a868 + 95d1c69 commit 3519af0

2 files changed

Lines changed: 11 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 @@ project(libcec)
33

44
set(LIBCEC_VERSION_MAJOR 7)
55
set(LIBCEC_VERSION_MINOR 1)
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
libcec (7.1.1.1~#DIST#) #DIST#; urgency=low
2+
3+
[ Lars Op den Kamp ]
4+
* fixed: missing cmake include after da0497bdcf2b25c6ed916939123f3ae18a607452
5+
* fixed: CMakeLists on windows
6+
* fixed: generating pdb in release mode. cleanups
7+
* fixed: also install cec.dll in .net directories (dep of LibCecSharp)
8+
9+
-- Lars Op den Kamp <lars@opdenkamp.eu> Mon, 23 Jun 2025 12:54:27 +0200
10+
111
libcec (7.1.0.1~#DIST#) #DIST#; urgency=medium
212

313
[ Lars Op den Kamp ]

0 commit comments

Comments
 (0)