From c58424a0e000f9a1b4d5d3cae30fdc85cc30384e Mon Sep 17 00:00:00 2001 From: notnac <32044623+notnac@users.noreply.github.com> Date: Sun, 14 Jan 2024 19:12:25 +0000 Subject: [PATCH] Release 3.35 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- get_iplayer | 4 ++-- get_iplayer.1 | 4 ++-- get_iplayer.cgi | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 2cab6be1..74c209c1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -38,10 +38,10 @@ body: required: true - type: checkboxes attributes: - label: Ensure that you are using get_iplayer 3.34 or higher. If not, your report will be ignored. + label: Ensure that you are using get_iplayer 3.35 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.34 or higher + - label: I am using get_iplayer 3.35 or higher required: true - type: input attributes: diff --git a/get_iplayer b/get_iplayer index 9b7b2cb0..ea35193b 100755 --- a/get_iplayer +++ b/get_iplayer @@ -23,7 +23,7 @@ # # package main; -my $version = 3.34; +my $version = 3.35; my $version_text; $version_text = sprintf("v%.2f", $version) unless $version_text; # @@ -2577,7 +2577,7 @@ sub usage { 'This applies even if the base option name already begins with "no-", e.g., --no-no-tag or --no-no-artwork', ); push @man, - '.TH GET_IPLAYER "1" "October 2023" "Phil Lewis" "get_iplayer Manual"', + '.TH GET_IPLAYER "1" "January 2024" "Phil Lewis" "get_iplayer Manual"', '.SH NAME', 'get_iplayer - Stream Recording tool and PVR for BBC iPlayer and BBC Sounds', '.SH SYNOPSIS', '\fBget_iplayer\fR [] [ ...]', diff --git a/get_iplayer.1 b/get_iplayer.1 index 8bccd345..4d1ce25d 100644 --- a/get_iplayer.1 +++ b/get_iplayer.1 @@ -1,4 +1,4 @@ -.TH GET_IPLAYER "1" "October 2023" "Phil Lewis" "get_iplayer Manual" +.TH GET_IPLAYER "1" "January 2024" "Phil Lewis" "get_iplayer Manual" .SH NAME get_iplayer \- Stream Recording tool and PVR for BBC iPlayer and BBC Sounds .SH SYNOPSIS @@ -583,7 +583,7 @@ get_iplayer was written by Phil Lewis and i .PP This manual page was originally written by Jonathan Wiltshire for the Debian project (but may be used by others). .SH COPYRIGHT NOTICE -get_iplayer v3.34 +get_iplayer v3.35 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 diff --git a/get_iplayer.cgi b/get_iplayer.cgi index 292eb26a..2b141a10 100755 --- a/get_iplayer.cgi +++ b/get_iplayer.cgi @@ -23,7 +23,7 @@ # License: GPLv3 (see LICENSE.txt) # -my $VERSION = 3.34; +my $VERSION = 3.35; my $VERSION_TEXT; $VERSION_TEXT = sprintf("v%.2f", $VERSION) unless $VERSION_TEXT;