From 70f48e6ca3fde193d4c58b816e3fd6781a12cfb8 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 12 Jun 2017 08:58:26 +0200 Subject: Updated links in the INSTALL file --- CONTRIBUTORS | 1 + HISTORY | 4 ++++ INSTALL | 6 +++--- config.h | 10 +++++----- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 20c8eb68..25cc4b1d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3102,6 +3102,7 @@ Frank Niederwipper Chris Mayo for reporting a problem with detecting frames on radio channels for fixing the link to "svdrpsend (1)" in the vdr.1 man page + for updating links in the INSTALL file Dominic Evans for making the SVDRP command LSTC accepts channel IDs diff --git a/HISTORY b/HISTORY index 45b72215..0b7808cd 100644 --- a/HISTORY +++ b/HISTORY @@ -9129,3 +9129,7 @@ Video Disk Recorder Revision History - Introduced the new macro DISABLE_TEMPLATES_COLLIDING_WITH_STL, which can be defined before including tools.h in case some plugin needs to use the STL and gets error messages regarding one of the template functions defined in tools.h. + +2017-06-12: Version 2.3.8 + +- Updated links in the INSTALL file (thanks to Chris Mayo). diff --git a/INSTALL b/INSTALL index f2218d12..74caf30b 100644 --- a/INSTALL +++ b/INSTALL @@ -104,13 +104,13 @@ hardware in your system, for instance: Plugin: Device: dvbsddevice Full-Featured SD DVB cards (Fujitsu-Siemens Design) - (comes with the VDR source) + ftp://ftp.tvdr.de/vdr/Plugins dvbhddevice Full-featured HD DVB cards (Technotrend TT S2-6400) https://bitbucket.org/powARman/dvbhddevice rpihddevice Raspberry Pi - http://projects.vdr-developer.org/git/vdr-plugin-rpihddevice.git + https://projects.vdr-developer.org/git/vdr-plugin-rpihddevice.git -See http://linuxtv.org/vdrwiki/index.php/Output_devices for more. +See https://linuxtv.org/vdrwiki/index.php/Output_devices for more. Standard compliance ------------------- diff --git a/config.h b/config.h index 4da4ae76..93488be5 100644 --- a/config.h +++ b/config.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 4.11 2017/06/05 11:15:37 kls Exp $ + * $Id: config.h 4.12 2017/06/12 08:58:26 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "2.3.7" -#define VDRVERSNUM 20307 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "2.3.8" +#define VDRVERSNUM 20308 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "2.3.7" -#define APIVERSNUM 20307 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "2.3.8" +#define APIVERSNUM 20308 // Version * 10000 + Major * 100 + Minor // When loading plugins, VDR searches them by their APIVERSION, which // may be smaller than VDRVERSION in case there have been no changes to -- cgit v1.2.3