Update Minor Version

This commit is contained in:
jojo61 2020-05-01 12:08:12 +02:00
parent 2fea2ee69f
commit 78337f5933
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,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 = "3.1.0"
static const char *const VERSION = "3.1.1"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif