diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-09-29 14:09:26 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-09-29 14:09:26 +0200 |
commit | bbd36d06107c71a0d42d670c944c3096242d66f1 (patch) | |
tree | 7ed1d7e308085b0dacdef646bdb6b0cec2406d96 /config.h | |
parent | eebe7c798a689dd1c627f4af5203902665cc2f21 (diff) | |
download | vdr-bbd36d06107c71a0d42d670c944c3096242d66f1.tar.gz vdr-bbd36d06107c71a0d42d670c944c3096242d66f1.tar.bz2 |
Implemented anti-aliasing for cPixmap::DrawSlope()
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |