From 1f4a00c6dc78a7fec4e3a26ee74c656484db015a Mon Sep 17 00:00:00 2001 From: horchi Date: Fri, 24 Mar 2017 06:48:12 +0100 Subject: 2017-03-24 version 1.1.55 (horchi)\n - change: Fixed default make option\n\n --- HISTORY.h | 7 +++++-- Make.config | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.h b/HISTORY.h index b102757..99e6f00 100644 --- a/HISTORY.h +++ b/HISTORY.h @@ -5,8 +5,8 @@ * */ -#define _VERSION "1.1.54" -#define VERSION_DATE "23.03.2017" +#define _VERSION "1.1.55" +#define VERSION_DATE "24.03.2017" #define DB_API 4 @@ -19,6 +19,9 @@ /* * ------------------------------------ +2017-03-24 version 1.1.55 (horchi) + - change: Fixed default make option + 2017-03-23 version 1.1.54 (horchi) - added: New event plugin interface diff --git a/Make.config b/Make.config index 6deeb4c..7f80a5d 100644 --- a/Make.config +++ b/Make.config @@ -10,7 +10,7 @@ PREFIX = /usr/local # enable AUX patch, in VDR >= 2.3.3 not needed! -WITH_AUX_PATCH = 1 +#WITH_AUX_PATCH = 1 # enable graphtftng and/or pin plugin support if autodetection below don't work #WITH_GTFT = 1 -- cgit v1.2.3