diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2008-03-23 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2008-03-23 18:00:00 +0100 |
commit | fa56503b9a050ec0f0445d48f9bc167b9abe5ee1 (patch) | |
tree | 9fcde8a5ff25c5f9c29b583a3f64452fd620801a /config.h | |
parent | 7ba8708b5b38ea311a3a1247f7d74032a0530b82 (diff) | |
download | vdr-patch-lnbsharing-fa56503b9a050ec0f0445d48f9bc167b9abe5ee1.tar.gz vdr-patch-lnbsharing-fa56503b9a050ec0f0445d48f9bc167b9abe5ee1.tar.bz2 |
Version 1.6.0vdr-1.6.0
- Updated the Croatian language texts (thanks to Adrian Caval).
- Added Chinese language texts (thanks to Nan Feng).
- Updated the Portuguese language texts.
- Added a note about VDR_CHARSET_OVERRIDE to the INSTALL file.
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.308 2008/03/16 11:37:13 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.18" -#define VDRVERSNUM 10518 // 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 |