diff options
author | Johns <johns98@gmx.net> | 2012-02-14 15:12:48 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-02-14 15:12:48 +0100 |
commit | 5aa826bdb0b4de4cab0dd69b62bb36074e072bc5 (patch) | |
tree | 02a2d9c1cbef03f7248d1169a2572cf22dbdd7d1 /softhddevice.cpp | |
parent | 6736db082ef0b8628d5d8a6da948115cd2c5e974 (diff) | |
download | vdr-plugin-softhddevice-5aa826bdb0b4de4cab0dd69b62bb36074e072bc5.tar.gz vdr-plugin-softhddevice-5aa826bdb0b4de4cab0dd69b62bb36074e072bc5.tar.bz2 |
Fix bug: dvd plugin not working.
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r-- | softhddevice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp index 783bec4..11af6db 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -42,7 +42,7 @@ extern "C" ////////////////////////////////////////////////////////////////////////////// -static const char *const VERSION = "0.4.7"; +static const char *const VERSION = "0.4.8"; static const char *const DESCRIPTION = trNOOP("A software and GPU emulated HD device"); |