Version 1.0.0

This commit is contained in:
jojo61 2018-11-18 10:42:22 +01:00
parent b05d033e36
commit 6fd279e695
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 = "0.6.1rc1"
static const char *const VERSION = "1.0.0"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif