Skip to content

Commit 31d0103

Browse files
committed
Release 2.97
1 parent ce6ec50 commit 31d0103

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.96;
28-
my $version_text = "2.97-dev";
27+
my $version = 2.97;
28+
my $version_text;
2929
$version_text = sprintf("v%.2f", $version) unless $version_text;
3030
#
3131
# Help:
@@ -3067,7 +3067,7 @@ sub usage {
30673067
my @man;
30683068
my @dump;
30693069
push @man,
3070-
'.TH GET_IPLAYER "1" "August 2016" "Phil Lewis" "get_iplayer Manual"',
3070+
'.TH GET_IPLAYER "1" "September 2016" "Phil Lewis" "get_iplayer Manual"',
30713071
'.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more',
30723072
'.SH SYNOPSIS',
30733073
'\fBget_iplayer\fR [<options>] [<regex|index> ...]',

get_iplayer.1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH GET_IPLAYER "1" "August 2016" "Phil Lewis" "get_iplayer Manual"
1+
.TH GET_IPLAYER "1" "September 2016" "Phil Lewis" "get_iplayer Manual"
22
.SH NAME
33
get_iplayer \- Stream Recording tool and PVR for BBC iPlayer, BBC Podcasts and more
44
.SH SYNOPSIS
@@ -687,7 +687,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
687687
.PP
688688
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
689689
.SH COPYRIGHT NOTICE
690-
get_iplayer v2.96, Copyright (C) 2008\-2010 Phil Lewis
690+
get_iplayer v2.97, Copyright (C) 2008\-2010 Phil Lewis
691691
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
692692
This is free software, and you are welcome to redistribute it under certain
693693
conditions; use \-\-conditions for details.

get_iplayer.cgi

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

27-
my $VERSION = 2.96;
27+
my $VERSION = 2.97;
2828
my $VERSION_TEXT;
2929
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
3030

0 commit comments

Comments
 (0)