diff options
author | scop <scop> | 2008-12-28 20:52:42 +0000 |
---|---|---|
committer | scop <scop> | 2008-12-28 20:52:42 +0000 |
commit | 4d4a99b331e2f5cee0a4d86796eceeee7bcf2154 (patch) | |
tree | 2bcea8643034fba4cfd2bb01c04a5a82c93491c1 | |
parent | 8a3752ff7c72ce23d20a712a89118ce70c833085 (diff) | |
download | vdr-plugin-dxr3-4d4a99b331e2f5cee0a4d86796eceeee7bcf2154.tar.gz vdr-plugin-dxr3-4d4a99b331e2f5cee0a4d86796eceeee7bcf2154.tar.bz2 |
0.2.8-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.37 2008/12/28 20:51:32 scop Exp $ + * $Id: dxr3.c,v 1.1.2.38 2008/12/28 20:52:42 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char VERSION[] = "0.2.8"; +static const char VERSION[] = "0.2.8-cvs"; static const char DESCRIPTION[] = "Hardware MPEG decoder"; static const char MAINMENUENTRY[] = "DXR3"; |