Skip to content

Commit

Permalink
Tag version 2.91
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed Dec 21, 2014
1 parent ddfb041 commit c4c371e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ Andy Bircumshaw
Bill Boughton
Caius Durling
Chris Reed, BBR
Crispin Flowerday
David Woodhouse
HenderHobbit
James
James Laver
James Teh
John Henderson
Jon Davies
Jonathan Harris
Jonathan Larmour
Jonathan Wiltshire
Matthew Boyle
Expand All @@ -17,6 +20,7 @@ Mike Fleetwood
Murray
Phil Cole
Ralf Baechle
Sharon Kimble
Shevek
Steven Luo
Stuart Henderson
Expand All @@ -25,3 +29,4 @@ dinkypumpkin
fs ck
fsck
linuxcentrenet
willemw12
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 = 2.90;
my $version = 2.91;
my $version_text;
$version_text = sprintf("v%.2f", $version) unless $version_text;
#
Expand Down Expand Up @@ -3385,7 +3385,7 @@ sub usage {
my @man;
my @dump;
push @man,
'.TH GET_IPLAYER "1" "November 2014" "Phil Lewis" "get_iplayer Manual"',
'.TH GET_IPLAYER "1" "December 2014" "Phil Lewis" "get_iplayer Manual"',
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more',
'.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" "November 2014" "Phil Lewis" "get_iplayer Manual"
.TH GET_IPLAYER "1" "December 2014" "Phil Lewis" "get_iplayer Manual"
.SH NAME
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more
.SH SYNOPSIS
Expand Down Expand Up @@ -671,7 +671,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 <[email protected]> for the Debian project (but may be used by others).
.SH COPYRIGHT NOTICE
get_iplayer v2.90, Copyright (C) 2008\-2010 Phil Lewis
get_iplayer v2.91, 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 = 2.90;
my $VERSION = 2.91;
my $VERSION_TEXT;
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;

Expand Down
2 changes: 1 addition & 1 deletion html/get_iplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <H1>About get_iplayer</H1>

<H2>Download</H2>

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.90.<P>
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>

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>

Expand Down

0 comments on commit c4c371e

Please sign in to comment.