Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Jun 5, 2023
1 parent 91c12a4 commit e38a913
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 4 additions & 1 deletion contrib/vdr-mcli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand Down Expand Up @@ -100,6 +100,9 @@ systemctl daemon-reload


%changelog
* Wed May 31 2023 Peter Bieringer <[email protected]> - 1.0.1-5
- Update to new release 1.0.1

* Wed May 31 2023 Peter Bieringer <[email protected]> - 1.0.0-5
- Update to new release which depends on libnetceiver
- Remove devel subpackage (now header files included in libnetceiver-devel)
Expand Down
4 changes: 2 additions & 2 deletions mcli.h
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit e38a913

Please sign in to comment.