diff options
-rw-r--r-- | HISTORY.h | 7 | ||||
-rw-r--r-- | Make.config | 2 |
2 files changed, 6 insertions, 3 deletions
@@ -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 |