Skip to content

Commit 50a6051

Browse files
committed
Release 3.22
1 parent b8a20be commit 50a6051

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

get_iplayer

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#
2525
#
2626
package main;
27-
my $version = 3.21;
28-
my $version_text = "3.22-dev";
27+
my $version = 3.22;
28+
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
3131
# Help:
@@ -2486,7 +2486,7 @@ sub usage {
24862486
'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork',
24872487
);
24882488
push @man,
2489-
'.TH GET_IPLAYER "1" "July 2019" "Phil Lewis" "get_iplayer Manual"',
2489+
'.TH GET_IPLAYER "1" "August 2019" "Phil Lewis" "get_iplayer Manual"',
24902490
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer',
24912491
'.SH SYNOPSIS',
24922492
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

get_iplayer.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_IPLAYER "1" "July 2019" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "August 2019" "Phil Lewis" "get_iplayer Manual"
22
.SH NAME
33
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer
44
.SH SYNOPSIS
@@ -577,7 +577,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
577577
.PP
578578
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
579579
.SH COPYRIGHT NOTICE
580-
get_iplayer v3.21, Copyright (C) 2008\-2010 Phil Lewis
580+
get_iplayer v3.22, Copyright (C) 2008\-2010 Phil Lewis
581581
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
582582
This is free software, and you are welcome to redistribute it under certain
583583
conditions; use \-\-conditions for details.

get_iplayer.cgi

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# License: GPLv3 (see LICENSE.txt)
2525
#
2626

27-
my $VERSION = 3.21;
28-
my $VERSION_TEXT = "3.22-dev";
27+
my $VERSION = 3.22;
28+
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

3131
use CGI qw(-utf8 :all);

0 commit comments

Comments
 (0)