diff options
author | scop <scop> | 2005-08-17 07:16:00 +0000 |
---|---|---|
committer | scop <scop> | 2005-08-17 07:16:00 +0000 |
commit | 5ba48fc0353d3fe6e92fdc6ade3358e5e4f941e0 (patch) | |
tree | 7cf988c82de95996de12484b2991cb80a3370896 | |
parent | 195a88a8056115bd14d5efa74c2c347e4e66fb08 (diff) | |
download | vdr-plugin-dxr3-5ba48fc0353d3fe6e92fdc6ade3358e5e4f941e0.tar.gz vdr-plugin-dxr3-5ba48fc0353d3fe6e92fdc6ade3358e5e4f941e0.tar.bz2 |
Bump version.
-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.9 2005/08/15 17:28:49 austriancoder Exp $ + * $Id: dxr3.c,v 1.10 2005/08/17 07:16:00 scop Exp $ * */ @@ -15,7 +15,7 @@ #include "dxr3.h" #include "dxr3i18n.h" -static const char *VERSION = "0.2.3"; +static const char *VERSION = "0.2.4-cvs"; static const char *DESCRIPTION = "Hardware MPEG decoder"; static const char *MAINMENUENTRY = "DXR3"; |