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

Version 1.0.0

This commit is contained in:
jojo61 2018-11-18 10:42:22 +01:00
parent b05d033e36
commit 6fd279e695

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