From eab051f5e6d2585089e0b332f3a92bf09e6a6b1f Mon Sep 17 00:00:00 2001 From: Johns Date: Sun, 17 Mar 2013 15:53:01 +0100 Subject: [PATCH] Release Version 0.6.0. --- ChangeLog | 9 ++++++++- softhddevice.cpp | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2dc68ad..ad4c4e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ User johns -Date: +Date: Sun Mar 17 15:52:42 CET 2013 Release Version 0.6.0 + Adds H264 only hardware decoder for still-pictures. + Enable optional VDR-SPU deocder support. + +User anbr +Date: Sun Mar 17 15:49:46 CET 2013 + + Update german translation. User cyril Date: Wed Mar 6 17:05:10 CET 2013 diff --git a/softhddevice.cpp b/softhddevice.cpp index ad42607..73f012d 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -52,7 +52,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.6.0rc2" +static const char *const VERSION = "0.6.0" #ifdef GIT_REV "-GIT" GIT_REV #endif