diff options
author | Johns <johns98@gmx.net> | 2012-11-25 00:35:39 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-11-25 00:35:39 +0100 |
commit | b04323704d6048911ccdc5e1f4d20a43ed3fecc3 (patch) | |
tree | ad166b907c9c03ee922189ab023032b95d264ae2 /softhddevice.cpp | |
parent | 38011d51b6c5e9b055a57c8aa6db63fe690bbf62 (diff) | |
download | vdr-plugin-softhddevice-b04323704d6048911ccdc5e1f4d20a43ed3fecc3.tar.gz vdr-plugin-softhddevice-b04323704d6048911ccdc5e1f4d20a43ed3fecc3.tar.bz2 |
Missing space added.
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 c4e5cde..d20f2cb 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -50,7 +50,7 @@ extern "C" /// vdr-plugin version number. /// Makefile extracts the version number for generating the file name /// for the distribution archive. -static const char *const VERSION = "0.5.2" +static const char *const VERSION = "0.5.3" #ifdef GIT_REV "-GIT" GIT_REV #endif |