Skip to content

Commit c58424a

Browse files
committed
Release 3.35
1 parent 251078b commit c58424a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ body:
3838
required: true
3939
- type: checkboxes
4040
attributes:
41-
label: Ensure that you are using get_iplayer 3.34 or higher. If not, your report will be ignored.
41+
label: Ensure that you are using get_iplayer 3.35 or higher. If not, your report will be ignored.
4242
description: Check version with **`get_iplayer -V` or see the bottom of the Web PVR search page**
4343
options:
44-
- label: I am using get_iplayer 3.34 or higher
44+
- label: I am using get_iplayer 3.35 or higher
4545
required: true
4646
- type: input
4747
attributes:

Diff for: get_iplayer

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
#
2525
package main;
26-
my $version = 3.34;
26+
my $version = 3.35;
2727
my $version_text;
2828
$version_text = sprintf("v%.2f", $version) unless $version_text;
2929
#
@@ -2577,7 +2577,7 @@ sub usage {
25772577
'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork',
25782578
);
25792579
push @man,
2580-
'.TH GET_IPLAYER "1" "October 2023" "Phil Lewis" "get_iplayer Manual"',
2580+
'.TH GET_IPLAYER "1" "January 2024" "Phil Lewis" "get_iplayer Manual"',
25812581
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer and BBC Sounds',
25822582
'.SH SYNOPSIS',
25832583
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

Diff for: get_iplayer.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_IPLAYER "1" "October 2023" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "January 2024" "Phil Lewis" "get_iplayer Manual"
22
.SH NAME
33
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer and BBC Sounds
44
.SH SYNOPSIS
@@ -583,7 +583,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
583583
.PP
584584
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
585585
.SH COPYRIGHT NOTICE
586-
get_iplayer v3.34
586+
get_iplayer v3.35
587587
Copyright (C) 2008\-2010 Phil Lewis, 2010\- get_iplayer contributors
588588
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
589589
This is free software, and you are welcome to redistribute it under certain

Diff for: get_iplayer.cgi

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# License: GPLv3 (see LICENSE.txt)
2424
#
2525

26-
my $VERSION = 3.34;
26+
my $VERSION = 3.35;
2727
my $VERSION_TEXT;
2828
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
2929

0 commit comments

Comments
 (0)