diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2019-06-16 09:15:44 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2019-06-16 09:15:44 +0200 |
commit | 2af25bc58e407c3f20fde78a4f6ae8757132ff21 (patch) | |
tree | 357430b5f2f544d80dd68d8eb12696e1525291c5 /config.h | |
parent | 2b39c192a6b8bb3ded040f2a3d17d4ebf7a0bf3f (diff) | |
download | vdr-2af25bc58e407c3f20fde78a4f6ae8757132ff21.tar.gz vdr-2af25bc58e407c3f20fde78a4f6ae8757132ff21.tar.bz2 |
Official release of version 2.4.12.4.1
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.15 2018/03/19 15:06:46 kls Exp $ + * $Id: config.h 4.16 2019/06/16 09:13:45 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "2.4.0" -#define VDRVERSNUM 20400 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.4.1" +#define VDRVERSNUM 20401 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "2.4.0" -#define APIVERSNUM 20400 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.4.1" +#define APIVERSNUM 20401 // 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 |