diff options
author | horchi <vdr@jwendel.de> | 2017-03-23 18:50:46 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-23 18:50:46 +0100 |
commit | dcf081666c526b6c9d5f1992088a56ea50b4816d (patch) | |
tree | 09a2f7be8d31e9a9e40c0ee42845939f9138a841 /HISTORY.h | |
parent | dfdedfcafbca62a0a5a327b6ee1b453e0341a753 (diff) | |
download | vdr-epg-daemon-dcf081666c526b6c9d5f1992088a56ea50b4816d.tar.gz vdr-epg-daemon-dcf081666c526b6c9d5f1992088a56ea50b4816d.tar.bz2 |
2017-03-23: version 1.1.114 (horchi)\n - change: Minor view change for peding features\n\n1.1.114
Diffstat (limited to 'HISTORY.h')
-rw-r--r-- | HISTORY.h | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -4,8 +4,8 @@ * ----------------------------------- */ -#define _VERSION "1.1.113" -#define VERSION_DATE "20.03.2017" +#define _VERSION "1.1.114" +#define VERSION_DATE "23.03.2017" #define DB_API 4 #ifdef GIT_REV @@ -17,8 +17,11 @@ /* * ------------------------------------ +2017-03-23: version 1.1.114 (horchi) + - change: Minor view change for peding features + 2017-03-20: version 1.1.113 (horchi) - -added: Add validity check of the API key for https://www.themoviedb.org (by 3po) + - added: Add validity check of the API key for https://www.themoviedb.org (by 3po) - change: Removed compiler warnings when using clang - added: Added clang++ to Make.config (as optional compiler) |