Fix jumps between recording marks

This commit is contained in:
jojo61
2020-06-09 09:23:38 +02:00
parent e4115f348b
commit a28e368c1b
5 changed files with 12 additions and 6 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.2.0"
static const char *const VERSION = "3.2.1"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif