summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-03-22 11:03:39 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-03-22 11:03:39 +0100
commit1dca27993839be4798561266457cf1bd903db028 (patch)
tree7317cdee49ba5ef33031565e68981f6b3a7d8260
parentcd125ef4dab79dea218858959f3dbd757f09fcd0 (diff)
downloadvdr-1dca27993839be4798561266457cf1bd903db028.tar.gz
vdr-1dca27993839be4798561266457cf1bd903db028.tar.bz2
The APIVERSION has been increased to 2.0.62.0.6
-rw-r--r--HISTORY2
-rw-r--r--config.h6
2 files changed, 5 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index b7bdfd62..fa6a3629 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7913,3 +7913,5 @@ Video Disk Recorder Revision History
- Now initializing the isOnVideoDirectoryFileSystem member of cRecording when
scanning the video directory, so that it won't cause a delay when opening the menu
on a system with a large number of recordings.
+- The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and
+ the functional modification to cFont::CreateFont().
diff --git a/config.h b/config.h
index 689ddb09..b4d3756b 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 2.76.1.6 2014/01/16 10:34:38 kls Exp $
+ * $Id: config.h 2.76.1.7 2014/03/22 11:00:00 kls Exp $
*/
#ifndef __CONFIG_H
@@ -27,8 +27,8 @@
// The plugin API's version number:
-#define APIVERSION "2.0.0"
-#define APIVERSNUM 20000 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "2.0.6"
+#define APIVERSNUM 20006 // 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