diff options
author | scop <scop> | 2006-06-08 15:10:01 +0000 |
---|---|---|
committer | scop <scop> | 2006-06-08 15:10:01 +0000 |
commit | ac0ead90609833bcb7b352b0e256b98c1be4ba50 (patch) | |
tree | 27c28f8c86302ddb775134ed706929dfbac0b618 | |
parent | 14425c435c208540c9a3dedc51bfb730ae3c056d (diff) | |
download | vdr-plugin-dxr3-ac0ead90609833bcb7b352b0e256b98c1be4ba50.tar.gz vdr-plugin-dxr3-ac0ead90609833bcb7b352b0e256b98c1be4ba50.tar.bz2 |
Bump to 0.2.7-cvs.
-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.26 2006/04/30 14:16:33 scop Exp $ + * $Id: dxr3.c,v 1.1.2.27 2006/06/08 15:10:01 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char VERSION[] = "0.2.6"; +static const char VERSION[] = "0.2.7-cvs"; static const char DESCRIPTION[] = "Hardware MPEG decoder"; static const char MAINMENUENTRY[] = "DXR3"; |