diff options
author | Johns <johns98@gmx.net> | 2012-03-05 17:34:10 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-03-05 17:34:10 +0100 |
commit | 4cc98d7937de1d3594209e34136515619a6b87f8 (patch) | |
tree | 466c6fe6285f91f0201910972fde97105eb87618 /softhddevice.cpp | |
parent | 3812fa8d38d0fea3ec2f629c90e5fe943c70a926 (diff) | |
download | vdr-plugin-softhddevice-4cc98d7937de1d3594209e34136515619a6b87f8.tar.gz vdr-plugin-softhddevice-4cc98d7937de1d3594209e34136515619a6b87f8.tar.bz2 |
Move time-stamp printing to misc.h.
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 1355a6c..ef35fa0 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -43,7 +43,7 @@ extern "C" ////////////////////////////////////////////////////////////////////////////// -static const char *const VERSION = "0.4.9" +static const char *const VERSION = "0.5.0" #ifdef GIT_REV "-GIT" GIT_REV #endif |