diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 169e5834..47900c07 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,9 +4,12 @@ Bill Boughton Caius Durling Chris Reed, BBR David Woodhouse +HenderHobbit James James Laver +John Henderson Jon Davies +Jonathan Larmour Jonathan Wiltshire Mike Crowe Mike Fleetwood @@ -16,6 +19,7 @@ Ralf Baechle Shevek Steven Luo Stuart Henderson +Vangelis forthnet dinkypumpkin fs ck fsck diff --git a/get_iplayer b/get_iplayer index 710f1ce8..99b5be01 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,7 +24,7 @@ # # package main; -my $version = 2.83; +my $version = 2.84; my $version_text; $version_text = sprintf("v%.2f", $version) unless $version_text; # @@ -3183,7 +3183,7 @@ sub usage { my @man; my @dump; push @man, - '.TH GET_IPLAYER "1" "June 2013" "Phil Lewis" "get_iplayer Manual"', + '.TH GET_IPLAYER "1" "September 2013" "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 [] [ ...]', diff --git a/get_iplayer.1 b/get_iplayer.1 index 3a057e3d..ca5403a9 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -1,4 +1,4 @@ -.TH GET_IPLAYER "1" "June 2013" "Phil Lewis" "get_iplayer Manual" +.TH GET_IPLAYER "1" "September 2013" "Phil Lewis" "get_iplayer Manual" .SH NAME get_iplayer \- Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more .SH SYNOPSIS @@ -559,7 +559,7 @@ get_iplayer was written by Phil Lewis and i .PP This manual page was originally written by Jonathan Wiltshire for the Debian project (but may be used by others). .SH COPYRIGHT NOTICE -get_iplayer v2.83, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v2.84, 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. diff --git a/get_iplayer.cgi b/get_iplayer.cgi index 4e81ec3f..7661b16f 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -24,7 +24,7 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = 2.83; +my $VERSION = 2.84; my $VERSION_TEXT; $VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT; diff --git a/html/get_iplayer.html b/html/get_iplayer.html index 9d8ab8ee..07518c5e 100644 --- a/html/get_iplayer.html +++ b/html/get_iplayer.html @@ -25,7 +25,7 @@

About get_iplayer

Download

-Released versions of get_iplayer can be downloaded from ftp://ftp.infradead.org/pub/get_iplayer/. The latest version is v2.83.

+Released versions of get_iplayer can be downloaded from ftp://ftp.infradead.org/pub/get_iplayer/. The latest version is v2.84.

The latest changes can be found in the git version control repository, at git://git.infradead.org/get_iplayer.git (browse).