summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2006-01-08 17:59:56 +0000
committerscop <scop>2006-01-08 17:59:56 +0000
commit98fbcee2331d9781a1b22d85cfce6af24a49064a (patch)
tree64828d4cdca1dbb8fada91c182786d590f1ef699
parentf7f85d767dc414c5ecb54454e778edcac93b5561 (diff)
downloadvdr-plugin-dxr3-VDR_DXR3_0_2_5.tar.gz
vdr-plugin-dxr3-VDR_DXR3_0_2_5.tar.bz2
-rw-r--r--HISTORY2
-rw-r--r--dxr3.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 4a30102..bef227d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -299,7 +299,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- fix crash on audio sync buffer push timeouts (Jon Burgess)
- make the device class call cDevice's Mute() and Clear() (Ville Skyttä)
-2005-xx-xx: Version 0.2.5
+2006-01-08: Version 0.2.5
- sync default microcode location with em8300 0.15.2+ (Ville Skyttä)
- improve device reset and error recovery, try to preserve aspect ratio and
diff --git a/dxr3.c b/dxr3.c
index 780c3e1..2209ded 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.20 2005/11/22 10:58:11 scop Exp $
+ * $Id: dxr3.c,v 1.1.2.21 2006/01/08 17:59:56 scop Exp $
*
*/
@@ -15,7 +15,7 @@
#include "dxr3.h"
#include "dxr3i18n.h"
-static const char *VERSION = "0.2.5-cvs";
+static const char *VERSION = "0.2.5";
static const char *DESCRIPTION = "Hardware MPEG decoder";
static const char *MAINMENUENTRY = "DXR3";