Skip to content

Commit

Permalink
Release 3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
notnac committed Oct 31, 2023
1 parent 8210681 commit 0cbb5bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ body:
required: true
- type: checkboxes
attributes:
label: Ensure that you are using get_iplayer 3.33 or higher. If not, your report will be ignored.
label: Ensure that you are using get_iplayer 3.34 or higher. If not, your report will be ignored.
description: Check version with **`get_iplayer -V` or see the bottom of the Web PVR search page**
options:
- label: I am using get_iplayer 3.33 or higher
- label: I am using get_iplayer 3.34 or higher
required: true
- type: input
attributes:
Expand Down
2 changes: 1 addition & 1 deletion get_iplayer
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
#
package main;
my $version = 3.33;
my $version = 3.34;
my $version_text;
$version_text = sprintf("v%.2f", $version) unless $version_text;
#
Expand Down
2 changes: 1 addition & 1 deletion get_iplayer.1
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ get_iplayer was written by Phil Lewis <iplayer2 (at sign) linuxcentre.net> and i
.PP
This manual page was originally written by Jonathan Wiltshire <[email protected]> for the Debian project (but may be used by others).
.SH COPYRIGHT NOTICE
get_iplayer v3.33
get_iplayer v3.34
Copyright (C) 2008\-2010 Phil Lewis, 2010\- get_iplayer contributors
This program comes with ABSOLUTELY NO WARRANTY; for details use \-\-warranty.
This is free software, and you are welcome to redistribute it under certain
Expand Down
2 changes: 1 addition & 1 deletion get_iplayer.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# License: GPLv3 (see LICENSE.txt)
#

my $VERSION = 3.33;
my $VERSION = 3.34;
my $VERSION_TEXT;
$VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;

Expand Down

0 comments on commit 0cbb5bb

Please sign in to comment.