Skip to content

Commit a1fa756

Browse files
committed
bump to 4.0.7 (libCEC 6.0 v4 compatiblity build)
1 parent c11230d commit a1fa756

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
project(libcec)
22
cmake_minimum_required(VERSION 3.12.0)
33

4-
set(LIBCEC_VERSION_MAJOR 6)
4+
set(LIBCEC_VERSION_MAJOR 4)
55
set(LIBCEC_VERSION_MINOR 0)
6-
set(LIBCEC_VERSION_PATCH 0)
6+
set(LIBCEC_VERSION_PATCH 7)
77

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

debian/changelog.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libcec (6.0.0.1~#DIST#) #DIST#; urgency=medium
1+
libcec (4.0.7.1~#DIST#) #DIST#; urgency=medium
22

33
* fixed:
44
* eventghost installation
@@ -26,7 +26,7 @@ libcec (6.0.0.1~#DIST#) #DIST#; urgency=medium
2626

2727
-- Pulse-Eight Packaging <[email protected]> Mon, 9 Jul 2020 23:37:00 +0100
2828

29-
libcec (5.0.0.1~#DIST#) #DIST#; urgency=medium
29+
libcec (4.0.6.1~#DIST#) #DIST#; urgency=medium
3030

3131
* fixed:
3232
* osd name truncated. issue #333

windows/create-installer.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ IF "%2" == "" (
2020
SET BUILDTYPE=%2
2121
)
2222

23-
SET NSISDOTNET=/DNSISDOTNETAPPS
23+
SET NSISDOTNET=
2424
SET BUILDPATH=%MYDIR%..\build
2525
SET EXITCODE=1
2626

@@ -35,7 +35,7 @@ IF "%PROCESSOR_ARCHITECTURE%"=="x86" IF "%PROCESSOR_ARCHITEW6432%"=="" GOTO libc
3535

3636
:libcecx64
3737
SET X86ONLY=0
38-
CALL "%MYDIR%build-all.cmd" amd64 %BUILDTYPE% %VSVERSION%
38+
CALL "%MYDIR%build-all.cmd" amd64 %BUILDTYPE% %VSVERSION% 0
3939
IF %errorlevel% neq 0 (
4040
ECHO. *** failed to build libCEC for x64 ***
4141
SET EXITCODE=1
@@ -44,7 +44,7 @@ IF %errorlevel% neq 0 (
4444

4545
:libcecx86
4646
SET X86ONLY=1
47-
CALL "%MYDIR%build-all.cmd" x86 %BUILDTYPE% %VSVERSION%
47+
CALL "%MYDIR%build-all.cmd" x86 %BUILDTYPE% %VSVERSION% 0
4848
IF %errorlevel% neq 0 (
4949
ECHO. *** failed to build libCEC for x86 ***
5050
SET EXITCODE=1

0 commit comments

Comments
 (0)