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