summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2008-04-06 18:52:18 +0000
committerscop <scop>2008-04-06 18:52:18 +0000
commit87052eea3e02fee40a4ab576a513d014cc228510 (patch)
tree6530df10773c0e1cfd8f1720c4cf2b2d18179e8d
parentb4bc7fa2c6e7ed5fabbc84d008a912e82a3d0eb4 (diff)
downloadvdr-plugin-dxr3-87052eea3e02fee40a4ab576a513d014cc228510.tar.gz
vdr-plugin-dxr3-87052eea3e02fee40a4ab576a513d014cc228510.tar.bz2
0.2.8
-rw-r--r--HISTORY2
-rw-r--r--dxr3.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/HISTORY b/HISTORY
index 04a244d..9f5cf54 100644
--- a/HISTORY
+++ b/HISTORY
@@ -332,7 +332,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2
- add setup option for enabling/disabling WSS (Ville Skyttä)
- various minor tweaks
-200x-xx-xx: Version x.x.x
+2008-04-06: Version 0.2.8
- Fix build with ffmpeg >= ~2007-07 (Ville Skyttä)
- Fix build with VDR >= 1.5.9 (Ville Skyttä)
diff --git a/dxr3.c b/dxr3.c
index 454c2f6..262409d 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.35 2007/08/29 21:33:46 scop Exp $
+ * $Id: dxr3.c,v 1.1.2.36 2008/04/06 18:52:18 scop Exp $
*
*/
@@ -15,7 +15,7 @@
#include "dxr3.h"
#include "dxr3i18n.h"
-static const char VERSION[] = "0.2.8-cvs";
+static const char VERSION[] = "0.2.8";
static const char DESCRIPTION[] = "Hardware MPEG decoder";
static const char MAINMENUENTRY[] = "DXR3";