Skip to content

Commit e38a913

Browse files
committed
update release
1 parent 91c12a4 commit e38a913

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VDR Plugin 'mcli' Revision History
22
----------------------------------
3-
2023-06-05
3+
2023-06-05 1.0.1
44
- pbiering move call of InitMcli from cPluginMcli::Start to cPluginMcli::Initialize (https://github.com/vdr-projects/vdr-plugin-mcli/pull/17)
55

66
2023-06-01 1.0.0

contrib/vdr-mcli.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
Name: vdr-%{pname}
2727
Summary: DVB multicast stream client for the NetCeiver hardware for VDR
28-
Version: 1.0.0
28+
Version: 1.0.1
2929
Release: %{rel}%{?fork_account:.fork.%fork_account}%{?branch:.branch.%(echo "%{branch}" | sed 's/-//g')}%{?dist}
3030

3131
License: GPLv2+
@@ -100,6 +100,9 @@ systemctl daemon-reload
100100

101101

102102
%changelog
103+
* Wed May 31 2023 Peter Bieringer <[email protected]> - 1.0.1-5
104+
- Update to new release 1.0.1
105+
103106
* Wed May 31 2023 Peter Bieringer <[email protected]> - 1.0.0-5
104107
- Update to new release which depends on libnetceiver
105108
- Remove devel subpackage (now header files included in libnetceiver-devel)

mcli.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#include "logging.h"
1919
#include "netcv/logging.h"
2020

21-
#define MCLI_DEVICE_VERSION "1.0.0"
22-
#define MCLI_PLUGIN_VERSION "1.0.0"
21+
#define MCLI_DEVICE_VERSION "1.0.1"
22+
#define MCLI_PLUGIN_VERSION "1.0.1"
2323
#define MCLI_PLUGIN_DESCRIPTION trNOOP ("NetCeiver Client Application")
2424
#define MCLI_SETUPMENU_DESCRIPTION trNOOP ("NetCeiver Client Application")
2525
#define MCLI_MAINMENU_DESCRIPTION trNOOP ("Common Interface")

0 commit comments

Comments
 (0)