summaryrefslogtreecommitdiff
path: root/HISTORY.h
diff options
context:
space:
mode:
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)