diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-06 13:54:50 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-01-06 13:54:50 +0200 |
commit | 3ba96526b1bcbd09e26f238c5501b34d49e2fc49 (patch) | |
tree | 0dd60d363e120a4afb6c4bfccdaa9e2a668735d4 /dxr3.c | |
parent | 4be4b4f0096f543979204714a7b4d8bd1dcdba67 (diff) | |
download | vdr-plugin-dxr3-3ba96526b1bcbd09e26f238c5501b34d49e2fc49.tar.gz vdr-plugin-dxr3-3ba96526b1bcbd09e26f238c5501b34d49e2fc49.tar.bz2 |
0.2.9+git
Diffstat (limited to 'dxr3.c')
-rw-r--r-- | dxr3.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ #include "dxr3interface.h" #include "dxr3.h" -static const char VERSION[] = "0.2.9"; +static const char VERSION[] = "0.2.9+git"; static const char DESCRIPTION[] = trNOOP("Hardware MPEG decoder"); #if APIVERSNUM && APIVERSNUM < 10600 |