diff options
author | scop <scop> | 2007-08-12 14:58:44 +0000 |
---|---|---|
committer | scop <scop> | 2007-08-12 14:58:44 +0000 |
commit | 09636c24502d1892edf07a199fc76df1a45b0f1d (patch) | |
tree | 6fae3131d2d0219d9d1c877fc0fd79b90a4cfbd1 /dxr3.c | |
parent | 23a8f4b731ce6a74c546798e4d334710d6bcca9a (diff) | |
download | vdr-plugin-dxr3-09636c24502d1892edf07a199fc76df1a45b0f1d.tar.gz vdr-plugin-dxr3-09636c24502d1892edf07a199fc76df1a45b0f1d.tar.bz2 |
0.2.8-cvs
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.33 2007/05/07 22:21:43 scop Exp $ + * $Id: dxr3.c,v 1.1.2.34 2007/08/12 14:58:44 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char VERSION[] = "0.2.7"; +static const char VERSION[] = "0.2.8-cvs"; static const char DESCRIPTION[] = "Hardware MPEG decoder"; static const char MAINMENUENTRY[] = "DXR3"; |