diff --git a/HISTORY b/HISTORY index c4f2089..02663ee 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,6 @@ VDR Plugin 'mcli' Revision History ---------------------------------- -2023-06-05 +2023-06-05 1.0.1 - pbiering move call of InitMcli from cPluginMcli::Start to cPluginMcli::Initialize (https://github.com/vdr-projects/vdr-plugin-mcli/pull/17) 2023-06-01 1.0.0 diff --git a/contrib/vdr-mcli.spec b/contrib/vdr-mcli.spec index 89b42af..a938cac 100644 --- a/contrib/vdr-mcli.spec +++ b/contrib/vdr-mcli.spec @@ -25,7 +25,7 @@ Name: vdr-%{pname} Summary: DVB multicast stream client for the NetCeiver hardware for VDR -Version: 1.0.0 +Version: 1.0.1 Release: %{rel}%{?fork_account:.fork.%fork_account}%{?branch:.branch.%(echo "%{branch}" | sed 's/-//g')}%{?dist} License: GPLv2+ @@ -100,6 +100,9 @@ systemctl daemon-reload %changelog +* Wed May 31 2023 Peter Bieringer - 1.0.1-5 +- Update to new release 1.0.1 + * Wed May 31 2023 Peter Bieringer - 1.0.0-5 - Update to new release which depends on libnetceiver - Remove devel subpackage (now header files included in libnetceiver-devel) diff --git a/mcli.h b/mcli.h index 2ec1554..adf258f 100644 --- a/mcli.h +++ b/mcli.h @@ -18,8 +18,8 @@ #include "logging.h" #include "netcv/logging.h" -#define MCLI_DEVICE_VERSION "1.0.0" -#define MCLI_PLUGIN_VERSION "1.0.0" +#define MCLI_DEVICE_VERSION "1.0.1" +#define MCLI_PLUGIN_VERSION "1.0.1" #define MCLI_PLUGIN_DESCRIPTION trNOOP ("NetCeiver Client Application") #define MCLI_SETUPMENU_DESCRIPTION trNOOP ("NetCeiver Client Application") #define MCLI_MAINMENU_DESCRIPTION trNOOP ("Common Interface")