Skip to content

Commit a888881

Browse files
committed
Release 2.95
1 parent 2574357 commit a888881

File tree

4 files changed

+301
-300
lines changed

4 files changed

+301
-300
lines changed

CONTRIBUTORS

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Alexey Tourbin
12
Andrew Elwell
23
Andy Bircumshaw
34
Bill Boughton
@@ -8,6 +9,7 @@ David Woodhouse
89
HenderHobbit
910
James
1011
James Laver
12+
James Ross
1113
James Teh
1214
John Henderson
1315
Jon Davies
@@ -25,6 +27,7 @@ Shevek
2527
Steven Luo
2628
Stuart Henderson
2729
Vangelis forthnet
30+
Vangelis66
2831
dinkypumpkin
2932
fs ck
3033
fsck

get_iplayer

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#
2525
#
2626
package main;
27-
my $version = 2.94;
28-
my $version_text = "2.95-dev";
27+
my $version = 2.95;
28+
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
3131
# Help:
@@ -3066,7 +3066,7 @@ sub usage {
30663066
my @man;
30673067
my @dump;
30683068
push @man,
3069-
'.TH GET_IPLAYER "1" "June 2015" "Phil Lewis" "get_iplayer Manual"',
3069+
'.TH GET_IPLAYER "1" "June 2016" "Phil Lewis" "get_iplayer Manual"',
30703070
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more',
30713071
'.SH SYNOPSIS',
30723072
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

0 commit comments

Comments
 (0)