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