diff options
author | scop <scop> | 2005-08-27 10:58:29 +0000 |
---|---|---|
committer | scop <scop> | 2005-08-27 10:58:29 +0000 |
commit | 4a944756455adf1257ff0d009c5fe59b70c25d2f (patch) | |
tree | 0a23f94aa15a71ee6f9998edf84a3276f08dca05 /dxr3.c | |
parent | 71b67b3ed911647277b2841b018c8053bd907ef4 (diff) | |
download | vdr-plugin-dxr3-4a944756455adf1257ff0d009c5fe59b70c25d2f.tar.gz vdr-plugin-dxr3-4a944756455adf1257ff0d009c5fe59b70c25d2f.tar.bz2 |
0.2.4.VDR_DXR3_0_2_4
Diffstat (limited to 'dxr3.c')
-rw-r--r-- | dxr3.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dxr3.c,v 1.1.2.18 2005/08/25 18:42:51 scop Exp $ + * $Id: dxr3.c,v 1.1.2.19 2005/08/27 10:58:29 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char *VERSION = "0.2.4-cvs"; +static const char *VERSION = "0.2.4"; static const char *DESCRIPTION = "Hardware MPEG decoder"; static const char *MAINMENUENTRY = "DXR3"; |