Skip to content

Commit f1004d1

Browse files
committed
Merge branch 'master' into release
2 parents cf8cea4 + e058b96 commit f1004d1

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 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)
@@ -35,8 +35,12 @@ if(WIN32)
3535
${CMAKE_CURRENT_SOURCE_DIR}/src/dotnetlib/LibCecSharpCore/AssemblyInfo.cpp)
3636
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/LibCecTray/LibCECTray.csproj.in
3737
${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/LibCecTray/LibCECTray.csproj)
38+
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/LibCecTray/Properties/AssemblyInfo.cs.in
39+
${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/LibCecTray/Properties/AssemblyInfo.cs)
3840
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/CecSharpTester/netcore/CecSharpCoreTester.csproj.in
3941
${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/CecSharpTester/netcore/CecSharpCoreTester.csproj)
4042
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/CecSharpTester/netfx/CecSharpTester.csproj.in
4143
${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/CecSharpTester/netfx/CecSharpTester.csproj)
44+
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/CecSharpTester/netfx/Properties/AssemblyInfo.cs.in
45+
${CMAKE_CURRENT_SOURCE_DIR}/src/dotnet/src/CecSharpTester/netfx/Properties/AssemblyInfo.cs)
4246
endif()

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)