diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | dxr3.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -341,7 +341,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - Fix subtitles for VDR >= 1.5.11 (Luca Olivetti, Sami Sundell) - Include VDR 1.6+ subtitle hack patch in patches/ (Luca Olivetti) -200x-xx-xx: Version x.x.x +2009-01-02: Version 0.2.9 - Update Italian translation (Diego Pierotto) - Error handling improvements (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.41 2008/12/29 21:50:23 scop Exp $ + * $Id: dxr3.c,v 1.1.2.42 2009/01/02 17:04:21 scop Exp $ * */ @@ -14,7 +14,7 @@ #include "dxr3interface.h" #include "dxr3.h" -static const char VERSION[] = "0.2.8+cvs"; +static const char VERSION[] = "0.2.9"; static const char DESCRIPTION[] = trNOOP("Hardware MPEG decoder"); #if APIVERSNUM && APIVERSNUM < 10600 |