diff options
author | Johns <johns98@gmx.net> | 2012-11-15 22:30:55 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-11-15 22:30:55 +0100 |
commit | 9a2b6f860a3e10d97b8995abdda69d564ecf8661 (patch) | |
tree | aa23e9fab9cda0117ac526fc12bfa9054659a625 | |
parent | 10075aa501c3fe7486f4a2c40a322439fb51d192 (diff) | |
download | vdr-plugin-softhddevice-0.5.2.tar.gz vdr-plugin-softhddevice-0.5.2.tar.bz2 |
Version 0.5.2 released.0.5.2
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | softhddevice.cpp | 2 |
2 files changed, 8 insertions, 3 deletions
@@ -1,7 +1,12 @@ User johns -Date: +Date: Thu Nov 15 22:28:55 CET 2012 - Pre Release Version 0.5.2 + Release Version 0.5.2 + +User maverick-me +Date: Mon Nov 5 23:13:42 CET 2012 + + Fix 3d OSD position. User maverick-me Date: Tue Oct 30 16:50:25 CET 2012 diff --git a/softhddevice.cpp b/softhddevice.cpp index 68fdc79..c4e5cde 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.2rc1" +static const char *const VERSION = "0.5.2" #ifdef GIT_REV "-GIT" GIT_REV #endif |