diff options
-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"; |