Skip to content

Commit

Permalink
Release 3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
notnac committed Jan 20, 2023
1 parent f7dcdd5 commit 4d2e55a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ body:
required: true
- type: checkboxes
attributes:
label: Ensure that you are using get_iplayer 3.30 or higher. If not, your report will be ignored.
label: Ensure that you are using get_iplayer 3.31 or higher. If not, your report will be ignored.
description: Check version with **`get_iplayer -V` or see the bottom of the Web PVR search page**
options:
- label: I am using get_iplayer 3.30 or higher
- label: I am using get_iplayer 3.31 or higher
required: true
- type: input
attributes:
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ James Laver
James Ross
James Teh
John Henderson
John Veness
Jon Davies
Jonathan Harris
Jonathan Larmour
Expand Down
4 changes: 2 additions & 2 deletions get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#
#
package main;
my $version = 3.30;
my $version = 3.31;
my $version_text;
$version_text = sprintf("v%.2f", $version) unless $version_text;
#
Expand Down Expand Up @@ -2537,7 +2537,7 @@ sub usage {
'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork',
);
push @man,
'.TH GET_IPLAYER "1" "May 2022" "Phil Lewis" "get_iplayer Manual"',
'.TH GET_IPLAYER "1" "January 2023" "Phil Lewis" "get_iplayer Manual"',
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer and BBC Sounds',
'.SH SYNOPSIS',
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',
Expand Down
4 changes: 2 additions & 2 deletions get_iplayer.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH GET_IPLAYER "1" "May 2022" "Phil Lewis" "get_iplayer Manual"
.TH GET_IPLAYER "1" "January 2023" "Phil Lewis" "get_iplayer Manual"
.SH NAME
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer and BBC Sounds
.SH SYNOPSIS
Expand Down Expand Up @@ -580,7 +580,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
.PP
This manual page was originally written by Jonathan Wiltshire <jmw@debian.org> for the Debian project (but may be used by others).
.SH COPYRIGHT NOTICE
get_iplayer v3.30, Copyright (C) 2008\-2010 Phil Lewis
get_iplayer v3.31, Copyright (C) 2008\-2010 Phil Lewis
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
This is free software, and you are welcome to redistribute it under certain
conditions; use \-\-conditions for details.
Expand Down
2 changes: 1 addition & 1 deletion get_iplayer.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# License: GPLv3 (see LICENSE.txt)
#

my $VERSION = 3.30;
my $VERSION = 3.31;
my $VERSION_TEXT;
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;

Expand Down

0 comments on commit 4d2e55a

Please sign in to comment.