diff options
author | scop <scop> | 2008-04-06 18:52:18 +0000 |
---|---|---|
committer | scop <scop> | 2008-04-06 18:52:18 +0000 |
commit | 87052eea3e02fee40a4ab576a513d014cc228510 (patch) | |
tree | 6530df10773c0e1cfd8f1720c4cf2b2d18179e8d | |
parent | b4bc7fa2c6e7ed5fabbc84d008a912e82a3d0eb4 (diff) | |
download | vdr-plugin-dxr3-87052eea3e02fee40a4ab576a513d014cc228510.tar.gz vdr-plugin-dxr3-87052eea3e02fee40a4ab576a513d014cc228510.tar.bz2 |
0.2.8
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | dxr3.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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ä) @@ -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"; |