diff options
author | Johns <johns98@gmx.net> | 2013-03-17 15:53:01 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-03-17 15:53:01 +0100 |
commit | eab051f5e6d2585089e0b332f3a92bf09e6a6b1f (patch) | |
tree | 3eddb19a9a6368803aebf2c06bccb794a18d4f7c | |
parent | e058302a08120c84bcba4c99b46923522966c58a (diff) | |
download | vdr-plugin-softhddevice-eab051f5e6d2585089e0b332f3a92bf09e6a6b1f.tar.gz vdr-plugin-softhddevice-eab051f5e6d2585089e0b332f3a92bf09e6a6b1f.tar.bz2 |
Release Version 0.6.0.0.6.0
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | softhddevice.cpp | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -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 |