Tag version 2.87

master
dinkypumpkin 2014-10-18 12:39:56 +01:00
parent aee075518f
commit d7732f3745
5 changed files with 7 additions and 6 deletions

View File

@ -11,6 +11,7 @@ John Henderson
Jon Davies
Jonathan Larmour
Jonathan Wiltshire
Matthew Boyle
Mike Crowe
Mike Fleetwood
Murray

View File

@ -24,7 +24,7 @@
#
#
package main;
my $version = 2.86;
my $version = 2.87;
my $version_text;
$version_text = sprintf("v%.2f", $version) unless $version_text;
#
@ -3352,7 +3352,7 @@ sub usage {
my @man;
my @dump;
push @man,
'.TH GET_IPLAYER "1" "April 2014" "Phil Lewis" "get_iplayer Manual"',
'.TH GET_IPLAYER "1" "October 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> ...]',

View File

@ -1,4 +1,4 @@
.TH GET_IPLAYER "1" "April 2014" "Phil Lewis" "get_iplayer Manual"
.TH GET_IPLAYER "1" "October 2014" "Phil Lewis" "get_iplayer Manual"
.SH NAME
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more
.SH SYNOPSIS
@ -605,7 +605,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 v2.86, Copyright (C) 2008\-2010 Phil Lewis
get_iplayer v2.87, 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.

View File

@ -24,7 +24,7 @@
# License: GPLv3 (see LICENSE.txt)
#
my $VERSION = 2.86;
my $VERSION = 2.87;
my $VERSION_TEXT;
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;

View File

@ -25,7 +25,7 @@ This tool allows you to search, index and record/stream:</p>
<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.86.<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.87.<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>