diff --git a/get_iplayer b/get_iplayer index a1fc918a..8e01274c 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,8 +24,8 @@ # # package main; -my $version = 2.93; -my $version_text = "2.94-dev"; +my $version = 2.94; +my $version_text; $version_text = sprintf("v%.2f", $version) unless $version_text; # # Help: diff --git a/get_iplayer.1 b/get_iplayer.1 index 99b0c9ae..561e0bd3 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -689,7 +689,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.93, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v2.94, 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 f5ce0776..c95ec029 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -24,8 +24,8 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = 2.93; -my $VERSION_TEXT = "2.94-dev"; +my $VERSION = 2.94; +my $VERSION_TEXT; $VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT; use strict; diff --git a/html/get_iplayer.html b/html/get_iplayer.html index bea58743..c798e136 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.93.

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

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