diff options
author | Johns <johns98@gmx.net> | 2011-12-24 15:27:46 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-24 15:27:46 +0100 |
commit | 8b57af53b6d356cffc91542a0ce9712d1eb032fc (patch) | |
tree | bc7ee40c648530372cbebf41f22d733ff4fc8bd1 /softhddevice.cpp | |
parent | f18b0bda1c3840f79fcaab72b153d742e31caa90 (diff) | |
download | vdr-plugin-softhddevice-8b57af53b6d356cffc91542a0ce9712d1eb032fc.tar.gz vdr-plugin-softhddevice-8b57af53b6d356cffc91542a0ce9712d1eb032fc.tar.bz2 |
Cleanups + Version 0.1.2 released.0.1.2
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 962cf20..9ebe0ca 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -39,7 +39,7 @@ extern "C" { ////////////////////////////////////////////////////////////////////////////// -static const char *const VERSION = "0.1.1"; +static const char *const VERSION = "0.1.2"; static const char *const DESCRIPTION = trNOOP("A software and GPU emulated HD device"); |