This commit is contained in:
jojo61 2018-12-10 13:14:46 +01:00
parent 333b720c65
commit b510de5728
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,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 = "1.0.0"
static const char *const VERSION = "1.1.0"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif