summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-09-29 14:09:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-09-29 14:09:26 +0200
commitbbd36d06107c71a0d42d670c944c3096242d66f1 (patch)
tree7ed1d7e308085b0dacdef646bdb6b0cec2406d96 /config.h
parenteebe7c798a689dd1c627f4af5203902665cc2f21 (diff)
downloadvdr-bbd36d06107c71a0d42d670c944c3096242d66f1.tar.gz
vdr-bbd36d06107c71a0d42d670c944c3096242d66f1.tar.bz2
Implemented anti-aliasing for cPixmap::DrawSlope()
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 c9f3d3b1..f57aea73 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.19 2020/07/15 15:13:08 kls Exp $
+ * $Id: config.h 4.20 2020/09/29 14:09:26 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,13 +22,13 @@
// VDR's own version number:
-#define VDRVERSION "2.4.4"
-#define VDRVERSNUM 20404 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "2.4.5"
+#define VDRVERSNUM 20405 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
-#define APIVERSION "2.4.3"
-#define APIVERSNUM 20403 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "2.4.5"
+#define APIVERSNUM 20405 // 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