diff options
author | horchi <vdr@jwendel.de> | 2017-03-24 06:48:12 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-24 06:48:12 +0100 |
commit | 1f4a00c6dc78a7fec4e3a26ee74c656484db015a (patch) | |
tree | 9070e47cd48e3bfbf727c48c5d6a665f5a559bb4 | |
parent | 38bb1e22c4770f8cd6592a50572bce21d9de9b4a (diff) | |
download | vdr-plugin-epg2vdr-1f4a00c6dc78a7fec4e3a26ee74c656484db015a.tar.gz vdr-plugin-epg2vdr-1f4a00c6dc78a7fec4e3a26ee74c656484db015a.tar.bz2 |
2017-03-24 version 1.1.55 (horchi)\n - change: Fixed default make option\n\n1.1.55
-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 |