1
0
mirror of https://github.com/jojo61/vdr-plugin-softhdcuvid.git synced 2023-10-10 13:37:41 +02:00

Update Minor Version

This commit is contained in:
jojo61 2020-05-01 12:08:12 +02:00
parent 2fea2ee69f
commit 78337f5933

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