diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2009-12-29 19:07:15 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2009-12-29 19:07:15 +0200 |
commit | 8169f21314c4f2a3875252eecdf64d171e7a86f2 (patch) | |
tree | 5c5d4ce7edd7ef0839720752a7ddc8b9f064653a /dxr3.c | |
parent | bc6cf4b5646c577cb29d18cc91af2108372d444b (diff) | |
download | vdr-plugin-dxr3-8169f21314c4f2a3875252eecdf64d171e7a86f2.tar.gz vdr-plugin-dxr3-8169f21314c4f2a3875252eecdf64d171e7a86f2.tar.bz2 |
Set version to 0.3.0-git.
Diffstat (limited to 'dxr3.c')
-rw-r--r-- | dxr3.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ #include "dxr3device.h" #include "dxr3.h" -static const char VERSION[] = "0.2.9+git"; +static const char VERSION[] = "0.3.0-git"; static const char DESCRIPTION[] = trNOOP("Hardware MPEG decoder"); #if APIVERSNUM && APIVERSNUM < 10600 |