Skip to content

Commit 3830eed

Browse files
committed
Tag version 2.92
1 parent 0c10489 commit 3830eed

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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 = 2.91;
28-
my $version_text = "2.92-dev";
27+
my $version = 2.92;
28+
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
3131
# Help:
@@ -3391,7 +3391,7 @@ sub usage {
33913391
my @man;
33923392
my @dump;
33933393
push @man,
3394-
'.TH GET_IPLAYER "1" "December 2014" "Phil Lewis" "get_iplayer Manual"',
3394+
'.TH GET_IPLAYER "1" "March 2015" "Phil Lewis" "get_iplayer Manual"',
33953395
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more',
33963396
'.SH SYNOPSIS',
33973397
'\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" "December 2014" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "March 2015" "Phil Lewis" "get_iplayer Manual"
22
.SH NAME
33
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more
44
.SH SYNOPSIS
@@ -692,7 +692,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
692692
.PP
693693
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
694694
.SH COPYRIGHT NOTICE
695-
get_iplayer v2.91, Copyright (C) 2008\-2010 Phil Lewis
695+
get_iplayer v2.92, Copyright (C) 2008\-2010 Phil Lewis
696696
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
697697
This is free software, and you are welcome to redistribute it under certain
698698
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 = 2.91;
28-
my $VERSION_TEXT = "2.92-dev";
27+
my $VERSION = 2.92;
28+
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

3131
use strict;

html/get_iplayer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <H1>About get_iplayer</H1>
2525

2626
<H2>Download</H2>
2727

28-
Released versions of get_iplayer can be downloaded from <A HREF="ftp://ftp.infradead.org/pub/get_iplayer/">ftp://ftp.infradead.org/pub/get_iplayer/</A>. The latest version is v2.91.<P>
28+
Released versions of get_iplayer can be downloaded from <A HREF="ftp://ftp.infradead.org/pub/get_iplayer/">ftp://ftp.infradead.org/pub/get_iplayer/</A>. The latest version is v2.92.<P>
2929

3030
The latest changes can be found in the <A HREF="http://git-scm.com/">git</A> version control repository, at <TT>git://git.infradead.org/get_iplayer.git</TT> (<A HREF="http://git.infradead.org/get_iplayer.git">browse</A>).<P>
3131

0 commit comments

Comments
 (0)