Skip to content

Commit 07d95f6

Browse files
committed
Release 3.05
1 parent c6178c1 commit 07d95f6

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.04;
28-
my $version_text = "3.05-dev";
27+
my $version = 3.05;
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
@@ -511,7 +511,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
511511
.PP
512512
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
513513
.SH COPYRIGHT NOTICE
514-
get_iplayer v3.04, Copyright (C) 2008\-2010 Phil Lewis
514+
get_iplayer v3.05, Copyright (C) 2008\-2010 Phil Lewis
515515
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
516516
This is free software, and you are welcome to redistribute it under certain
517517
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.04;
28-
my $VERSION_TEXT = "3.05-dev";
27+
my $VERSION = 3.05;
28+
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

3131
use strict;

0 commit comments

Comments
 (0)