diff --git a/get_iplayer b/get_iplayer index 5a8e1295..95c481c3 100755 --- a/get_iplayer +++ b/get_iplayer @@ -24,8 +24,8 @@ # # package main; -my $version = 3.11; -my $version_text = "3.12-dev"; +my $version = 3.12; +my $version_text; $version_text = sprintf("v%.2f", $version) unless $version_text; # # Help: diff --git a/get_iplayer.1 b/get_iplayer.1 index 21b43b14..88ddf4bc 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -523,7 +523,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 v3.11, Copyright (C) 2008\-2010 Phil Lewis +get_iplayer v3.12, 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 71464997..fe8f5e0f 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -24,8 +24,8 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = 3.11; -my $VERSION_TEXT = "3.12-dev"; +my $VERSION = 3.12; +my $VERSION_TEXT; $VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT; use strict;