Version 0.5.2 released.

This commit is contained in:
Johns 2012-11-15 22:30:55 +01:00
parent 10075aa501
commit 9a2b6f860a
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,12 @@
User johns 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 User maverick-me
Date: Tue Oct 30 16:50:25 CET 2012 Date: Tue Oct 30 16:50:25 CET 2012

View File

@ -50,7 +50,7 @@ extern "C"
/// vdr-plugin version number. /// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name /// Makefile extracts the version number for generating the file name
/// for the distribution archive. /// for the distribution archive.
static const char *const VERSION = "0.5.2rc1" static const char *const VERSION = "0.5.2"
#ifdef GIT_REV #ifdef GIT_REV
"-GIT" GIT_REV "-GIT" GIT_REV
#endif #endif