summaryrefslogtreecommitdiff
path: root/HISTORY.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2019-11-28 13:33:41 +0100
committerhorchi <vdr@jwendel.de>2019-11-28 13:33:41 +0100
commit42d5a8fee255c517c5e4d5cb200bff5a18654baf (patch)
tree9a440599fc296d5c278111ee31beffe1861e92e1 /HISTORY.h
parentf9c8dd36d36efa145806f7bef97b46382a5442f3 (diff)
downloadvdr-plugin-epg2vdr-42d5a8fee255c517c5e4d5cb200bff5a18654baf.tar.gz
vdr-plugin-epg2vdr-42d5a8fee255c517c5e4d5cb200bff5a18654baf.tar.bz2
2019-11-28: version 1.1.102 (horchi)\n - added: Support of python 3.8 (by Alexander Grothe)\n\n1.1.102
Diffstat (limited to 'HISTORY.h')
-rw-r--r--HISTORY.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/HISTORY.h b/HISTORY.h
index 6ba859f..9eac9ec 100644
--- a/HISTORY.h
+++ b/HISTORY.h
@@ -5,8 +5,8 @@
*
*/
-#define _VERSION "1.1.101"
-#define VERSION_DATE "30.10.2019"
+#define _VERSION "1.1.102"
+#define VERSION_DATE "28.11.2019"
#define DB_API 7
@@ -19,6 +19,9 @@
/*
* ------------------------------------
+2019-11-28: version 1.1.102 (horchi)
+ - added: Support of python 3.8 (by Alexander Grothe)
+
2019-10-30 version 1.1.101 (horchi)
- change: Added evaluation of PKG_CONFIG_PATH environment variable (thaks to kfb77@vdr-portal)