Release Version 0.6.0.

This commit is contained in:
Johns 2013-03-17 15:53:01 +01:00
parent e058302a08
commit eab051f5e6
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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