Missing space added.

This commit is contained in:
Johns 2012-11-25 00:35:39 +01:00
parent 38011d51b6
commit b04323704d
1 changed files with 1 additions and 1 deletions

View File

@ -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.2"
static const char *const VERSION = "0.5.3"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif