Skip to content

Commit

Permalink
bump to 4.0.7 (libCEC 6.0 v4 compatiblity build)
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Jul 10, 2020
1 parent c11230d commit a1fa756
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
project(libcec)
cmake_minimum_required(VERSION 3.12.0)

set(LIBCEC_VERSION_MAJOR 6)
set(LIBCEC_VERSION_MAJOR 4)
set(LIBCEC_VERSION_MINOR 0)
set(LIBCEC_VERSION_PATCH 0)
set(LIBCEC_VERSION_PATCH 7)

# cec-client
add_subdirectory(src/cec-client)
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libcec (6.0.0.1~#DIST#) #DIST#; urgency=medium
libcec (4.0.7.1~#DIST#) #DIST#; urgency=medium

* fixed:
* eventghost installation
Expand Down Expand Up @@ -26,7 +26,7 @@ libcec (6.0.0.1~#DIST#) #DIST#; urgency=medium

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

libcec (5.0.0.1~#DIST#) #DIST#; urgency=medium
libcec (4.0.6.1~#DIST#) #DIST#; urgency=medium

* fixed:
* osd name truncated. issue #333
Expand Down
6 changes: 3 additions & 3 deletions windows/create-installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ IF "%2" == "" (
SET BUILDTYPE=%2
)

SET NSISDOTNET=/DNSISDOTNETAPPS
SET NSISDOTNET=
SET BUILDPATH=%MYDIR%..\build
SET EXITCODE=1

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

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

:libcecx86
SET X86ONLY=1
CALL "%MYDIR%build-all.cmd" x86 %BUILDTYPE% %VSVERSION%
CALL "%MYDIR%build-all.cmd" x86 %BUILDTYPE% %VSVERSION% 0
IF %errorlevel% neq 0 (
ECHO. *** failed to build libCEC for x86 ***
SET EXITCODE=1
Expand Down

0 comments on commit a1fa756

Please sign in to comment.