From 20ae4052d0a29542b8ebb5bf78ac12600bb044b3 Mon Sep 17 00:00:00 2001 From: dinkypumpkin Date: Sun, 2 Nov 2014 21:26:17 +0000 Subject: [PATCH] Tag version 2.89 --- get_iplayer | 2 +- get_iplayer.1 | 2 +- get_iplayer.cgi | 2 +- html/get_iplayer.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/get_iplayer b/get_iplayer index 369a577c..5e096cb9 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,7 +24,7 @@ # # package main; -my $version = 2.88; +my $version = 2.89; my $version_text; $version_text = sprintf("v%.2f", $version) unless $version_text; # diff --git a/get_iplayer.1 b/get_iplayer.1 index a3be8a10..5077259b 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -623,7 +623,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.88, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v2.89, 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 9c03aac6..3a76ee12 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -24,7 +24,7 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = 2.88; +my $VERSION = 2.89; 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 b3f41ed3..e3a76929 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.88.

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

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