summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2008-03-23 18:00:00 +0100
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2008-03-23 18:00:00 +0100
commitfa56503b9a050ec0f0445d48f9bc167b9abe5ee1 (patch)
tree9fcde8a5ff25c5f9c29b583a3f64452fd620801a /config.h
parent7ba8708b5b38ea311a3a1247f7d74032a0530b82 (diff)
downloadvdr-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.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h b/config.h
index 809ada3..822ee17 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 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