summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--INSTALL4
-rw-r--r--dxr3.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/HISTORY b/HISTORY
index 6186f78..20b20fa 100644
--- a/HISTORY
+++ b/HISTORY
@@ -307,9 +307,9 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- remove image grab code, it's broken (crashes vdr) and would cause
maintenance problems with various 1.3.x vdr versions (Ville Skyttä)
-2006-xx-xx: Version 0.2.6
+2006-04-30: Version 0.2.6
-- adapt to VDR 1.3.42-47, oldest supported is now 1.3.42 (Ville Skyttä)
+- adapt to VDR 1.3.42-1.4.0, oldest supported is now 1.3.42 (Ville Skyttä)
- clean up leftovers from the image grab code removal in 0.2.5 (Ville Skyttä)
- add Czech i18n placeholders (Ville Skyttä)
- be less noisy about audio mode (non-)changes (Ville Skyttä)
diff --git a/INSTALL b/INSTALL
index 7044b81..03691b9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,8 +2,8 @@ Prerequisites:
- Get the DXR3 drivers from http://sourceforge.net/projects/dxr3 ,
install, configure, test and verify the installation.
-- Install the (latest) VDR developer version, or at least >= 1.3.42.
-- The plugin needs the libavcodec library from http://ffmpeg.sourceforge.net/
+- Install VDR 1.4.x (or at least >= 1.3.42).
+- Install the libavcodec library from http://ffmpeg.sourceforge.net/
Installation:
diff --git a/dxr3.c b/dxr3.c
index 40df9aa..78ed51a 100644
--- a/dxr3.c
+++ b/dxr3.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: dxr3.c,v 1.1.2.25 2006/04/22 11:24:28 scop Exp $
+ * $Id: dxr3.c,v 1.1.2.26 2006/04/30 14:16:33 scop Exp $
*
*/
@@ -15,7 +15,7 @@
#include "dxr3.h"
#include "dxr3i18n.h"
-static const char VERSION[] = "0.2.6-cvs";
+static const char VERSION[] = "0.2.6";
static const char DESCRIPTION[] = "Hardware MPEG decoder";
static const char MAINMENUENTRY[] = "DXR3";