diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-03-23 11:00:31 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-03-23 11:00:31 +0100 |
commit | 0b82b38533792023097a47371b594075cdfb44aa (patch) | |
tree | b5754c5133422ad22aca1af4eec3e6a3661e9eff /config.h | |
parent | 175fa41fd4740e43b278f6a66a983c76e406abc8 (diff) | |
download | vdr-0b82b38533792023097a47371b594075cdfb44aa.tar.gz vdr-0b82b38533792023097a47371b594075cdfb44aa.tar.bz2 |
Version 1.6.01.6.0
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 1.309 2008/03/18 17:19:14 kls Exp $ + * $Id: config.h 1.310 2008/03/23 10:26:10 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.5.19" -#define VDRVERSNUM 10519 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.6.0" +#define VDRVERSNUM 10600 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.5.15" -#define APIVERSNUM 10515 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.6.0" +#define APIVERSNUM 10600 // 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 |