diff options
author | scop <scop> | 2009-01-02 17:04:21 +0000 |
---|---|---|
committer | scop <scop> | 2009-01-02 17:04:21 +0000 |
commit | 0721c7c06800b221e7f599eede99dad32116f4eb (patch) | |
tree | ce967ca2d4d7e26526ff2ab9dd4ca6237e65a57a | |
parent | 44f1df433aa02ebf67c6389abbc3140dd712d5b0 (diff) | |
download | vdr-plugin-dxr3-0721c7c06800b221e7f599eede99dad32116f4eb.tar.gz vdr-plugin-dxr3-0721c7c06800b221e7f599eede99dad32116f4eb.tar.bz2 |
0.2.9VDR_DXR3_0_2_9
-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 |