summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-06-10 14:00:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-06-10 14:00:36 +0200
commit709055980e6f6ed76399cdba032eb5094ec117f5 (patch)
treea2bc90b9d85163efd5cda5272862734c3c0c2193 /config.h
parent576e21f2fdd4f7e65dcfa650961e2d40c7503e19 (diff)
downloadvdr-709055980e6f6ed76399cdba032eb5094ec117f5.tar.gz
vdr-709055980e6f6ed76399cdba032eb5094ec117f5.tar.bz2
Fixed the size of cChannel::dtypes[]
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index 72be5231..e0f5a750 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.h 4.17 2020/05/18 16:47:29 kls Exp $
+ * $Id: config.h 4.18 2020/06/10 14:00:36 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,13 +22,13 @@
// VDR's own version number:
-#define VDRVERSION "2.4.2"
-#define VDRVERSNUM 20402 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "2.4.3"
+#define VDRVERSNUM 20403 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
-#define APIVERSION "2.4.2"
-#define APIVERSNUM 20402 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "2.4.3"
+#define APIVERSNUM 20403 // Version * 10000 + Major * 100 + Minor
// When loading plugins, VDR searches them by their APIVERSION, which
// may be smaller than VDRVERSION in case there have been no changes to