Skip to content

Commit 13a3c87

Browse files
committed
update to new release
1 parent 7afb4f3 commit 13a3c87

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

contrib/vdr-mcli.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
%define rel 4
1212

1313
Name: vdr-%{pname}
14-
Version: 0.9.6
14+
Version: 0.9.7
1515
%if 0%{?gitcommit:1}
1616
Release: %{rel}.git.%{gitshortcommit}.%{gitdate}%{?dist}
1717
%else
@@ -131,6 +131,9 @@ systemctl daemon-reload
131131

132132

133133
%changelog
134+
* Mon Feb 07 2022 Peter Bieringer <pb@bieringer.de> - 0.9.7-4
135+
- Update to new release
136+
134137
* Mon Feb 08 2021 Peter Bieringer <pb@bieringer.de> - 0.9.5-4
135138
- Use only plugin/systemd config from contrib subdirectory
136139

mcli.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#include "cam_menu.h"
1818
#include "logging.h"
1919

20-
#define MCLI_DEVICE_VERSION "0.9.6"
21-
#define MCLI_PLUGIN_VERSION "0.9.6.99.beta.1"
20+
#define MCLI_DEVICE_VERSION "0.9.7"
21+
#define MCLI_PLUGIN_VERSION "0.9.7"
2222
#define MCLI_PLUGIN_DESCRIPTION trNOOP ("NetCeiver Client Application")
2323
#define MCLI_SETUPMENU_DESCRIPTION trNOOP ("NetCeiver Client Application")
2424
#define MCLI_MAINMENU_DESCRIPTION trNOOP ("Common Interface")

0 commit comments

Comments
 (0)