Skip to content

Commit dae6b3b

Browse files
committed
Release 3.12
1 parent 9d6a22c commit dae6b3b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

get_iplayer

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#
2525
#
2626
package main;
27-
my $version = 3.11;
28-
my $version_text = "3.12-dev";
27+
my $version = 3.12;
28+
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
3131
# Help:

get_iplayer.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
523523
.PP
524524
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
525525
.SH COPYRIGHT NOTICE
526-
get_iplayer v3.11, Copyright (C) 2008\-2010 Phil Lewis
526+
get_iplayer v3.12, Copyright (C) 2008\-2010 Phil Lewis
527527
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
528528
This is free software, and you are welcome to redistribute it under certain
529529
conditions; use \-\-conditions for details.

get_iplayer.cgi

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# License: GPLv3 (see LICENSE.txt)
2525
#
2626

27-
my $VERSION = 3.11;
28-
my $VERSION_TEXT = "3.12-dev";
27+
my $VERSION = 3.12;
28+
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

3131
use strict;

0 commit comments

Comments
 (0)