diff options
author | horchi <vdr@jwendel.de> | 2020-02-29 16:14:49 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-02-29 16:14:49 +0100 |
commit | 77d13f63d0d0953796b9c859ad1fb54a64f78f47 (patch) | |
tree | 6c0d7b0314b420c7d2643362f90e2efd8b5266de /HISTORY.h | |
parent | fdb3c7fd43d41cd27f875ec035904fc7eb6b6150 (diff) | |
download | vdr-plugin-epg2vdr-77d13f63d0d0953796b9c859ad1fb54a64f78f47.tar.gz vdr-plugin-epg2vdr-77d13f63d0d0953796b9c859ad1fb54a64f78f47.tar.bz2 |
2020-02-29: version 1.1.111 (horchi)\n - bugfix: Fixed time calculation\n\n1.1.111
Diffstat (limited to 'HISTORY.h')
-rw-r--r-- | HISTORY.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,8 +5,8 @@ * */ -#define _VERSION "1.1.110" -#define VERSION_DATE "24.02.2020" +#define _VERSION "1.1.111" +#define VERSION_DATE "29.02.2020" #define DB_API 7 @@ -19,6 +19,9 @@ /* * ------------------------------------ +2020-02-29: version 1.1.111 (horchi) + - bugfix: Fixed time calculation + 2020-02-24: version 1.1.110 (horchi) - bugfix: Fixed timer deactivation by webif |