Skip to content

Commit 0cbb5bb

Browse files
committed
Release 3.34
1 parent 8210681 commit 0cbb5bb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug_report.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ body:
3838
required: true
3939
- type: checkboxes
4040
attributes:
41-
label: Ensure that you are using get_iplayer 3.33 or higher. If not, your report will be ignored.
41+
label: Ensure that you are using get_iplayer 3.34 or higher. If not, your report will be ignored.
4242
description: Check version with **`get_iplayer -V` or see the bottom of the Web PVR search page**
4343
options:
44-
- label: I am using get_iplayer 3.33 or higher
44+
- label: I am using get_iplayer 3.34 or higher
4545
required: true
4646
- type: input
4747
attributes:

Diff for: get_iplayer

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#
2424
#
2525
package main;
26-
my $version = 3.33;
26+
my $version = 3.34;
2727
my $version_text;
2828
$version_text = sprintf("v%.2f", $version) unless $version_text;
2929
#

Diff for: get_iplayer.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
583583
.PP
584584
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
585585
.SH COPYRIGHT NOTICE
586-
get_iplayer v3.33
586+
get_iplayer v3.34
587587
Copyright (C) 2008\-2010 Phil Lewis, 2010\- get_iplayer contributors
588588
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
589589
This is free software, and you are welcome to redistribute it under certain

Diff for: get_iplayer.cgi

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

26-
my $VERSION = 3.33;
26+
my $VERSION = 3.34;
2727
my $VERSION_TEXT;
2828
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;
2929

0 commit comments

Comments
 (0)