diff options
author | scop <scop> | 2007-05-07 22:21:43 +0000 |
---|---|---|
committer | scop <scop> | 2007-05-07 22:21:43 +0000 |
commit | 798ddac071fafc0563683a3bc2c04a3517aa1232 (patch) | |
tree | 0a57da5f3fad9f5e241b9a64286af9a52844a86a | |
parent | f800cb7ba497e749bc312037dad96719d2b48a27 (diff) | |
download | vdr-plugin-dxr3-798ddac071fafc0563683a3bc2c04a3517aa1232.tar.gz vdr-plugin-dxr3-798ddac071fafc0563683a3bc2c04a3517aa1232.tar.bz2 |
0.2.7VDR_DXR3_0_2_7
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | dxr3.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -320,7 +320,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - add work-in-progress AC3 patch to patches/ (Agneau Egare, Ville Skyttä) - use VDR's thread activity control features instead of our own (Luca Olivetti) -200x-xx-xx: Version 0.2.7 +2007-05-08: Version 0.2.7 - add Polish translation (Mikolaj Tutak) - sync "make install" with VDR 1.4.2-2 (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.32 2007/04/28 19:00:10 scop Exp $ + * $Id: dxr3.c,v 1.1.2.33 2007/05/07 22:21:43 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char VERSION[] = "0.2.7-cvs"; +static const char VERSION[] = "0.2.7"; static const char DESCRIPTION[] = "Hardware MPEG decoder"; static const char MAINMENUENTRY[] = "DXR3"; |