summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--softhddevice.cpp2
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 188f8e9..4f47fab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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