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 /dxr3.c | |
parent | f800cb7ba497e749bc312037dad96719d2b48a27 (diff) | |
download | vdr-plugin-dxr3-798ddac071fafc0563683a3bc2c04a3517aa1232.tar.gz vdr-plugin-dxr3-798ddac071fafc0563683a3bc2c04a3517aa1232.tar.bz2 |
0.2.7VDR_DXR3_0_2_7
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.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"; |