summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-03-23 11:00:31 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-03-23 11:00:31 +0100
commit0b82b38533792023097a47371b594075cdfb44aa (patch)
treeb5754c5133422ad22aca1af4eec3e6a3661e9eff
parent175fa41fd4740e43b278f6a66a983c76e406abc8 (diff)
downloadvdr-0b82b38533792023097a47371b594075cdfb44aa.tar.gz
vdr-0b82b38533792023097a47371b594075cdfb44aa.tar.bz2
Version 1.6.01.6.0
-rw-r--r--HISTORY2
-rw-r--r--UPDATE-1.6.01
-rw-r--r--config.h10
3 files changed, 7 insertions, 6 deletions
diff --git a/HISTORY b/HISTORY
index 6bf281a4..c94d1d2b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5723,7 +5723,7 @@ Video Disk Recorder Revision History
'Back' key.
- Resetting a timer's 'pending' flag when it has ended.
-2008-03-22: Version 1.5.19
+2008-03-23: Version 1.6.0
- Updated the Croatian language texts (thanks to Adrian Caval).
- Added Chinese language texts (thanks to Nan Feng).
diff --git a/UPDATE-1.6.0 b/UPDATE-1.6.0
index 33abde06..6c3941d0 100644
--- a/UPDATE-1.6.0
+++ b/UPDATE-1.6.0
@@ -119,6 +119,7 @@ Internationalization:
- The new option --localedir can be used to set the locale directory at runtime.
- Added Turkish language texts.
- Added Ukrainian language texts.
+- Added Chinese language texts.
Misc:
diff --git a/config.h b/config.h
index ac3e01c0..822ee176 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.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