diff options
author | scop <scop> | 2005-08-07 20:28:51 +0000 |
---|---|---|
committer | scop <scop> | 2005-08-07 20:28:51 +0000 |
commit | 1865be9febee340239c3cee863289a35fa008401 (patch) | |
tree | 738a1c388131c07ef746205751eea846fba13dca | |
parent | ec44980307931b7406f71f56eac37714bed5e60e (diff) | |
download | vdr-plugin-dxr3-1865be9febee340239c3cee863289a35fa008401.tar.gz vdr-plugin-dxr3-1865be9febee340239c3cee863289a35fa008401.tar.bz2 |
0.2.3.
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | dxr3.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -230,7 +230,7 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - fixed dxr3osd_subpicutre.c - thanks to Paavo Hartikainen <pahartik@sci.fi> -2005-0?-??: Version 0.2.3-cvs +2005-08-07: Version 0.2.3 - fixed output of anamorphic video when tv aspect is configured to 16:9 in DVB setup menu (Seppo Ingalsuo) @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dxr3.c,v 1.1.2.16 2005/08/02 11:10:50 scop Exp $ + * $Id: dxr3.c,v 1.1.2.17 2005/08/07 20:28:51 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char *VERSION = "0.2.3-cvs"; +static const char *VERSION = "0.2.3"; static const char *DESCRIPTION = "Hardware MPEG decoder"; static const char *MAINMENUENTRY = "DXR3"; |