Update Version

This commit is contained in:
jojo61 2023-04-23 11:09:08 +02:00
parent fb67617d63
commit e5c48a4bb7
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ extern void ToggleLUT();
/// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name
/// for the distribution archive.
static const char *const VERSION = "3.10"
static const char *const VERSION = "3.11"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif