From 2d850b14e29006b57bb5d1591cfb64d21beec0cd Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 30 Dec 2012 13:10:44 +0100 Subject: Added maximum SNR value for PCTV Systems nanoStick T2 290e --- config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index eced96e9..807850fb 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 2.59 2012/12/27 09:56:56 kls Exp $ + * $Id: config.h 2.60 2012/12/30 13:08:41 kls Exp $ */ #ifndef __CONFIG_H @@ -22,13 +22,13 @@ // VDR's own version number: -#define VDRVERSION "1.7.35" -#define VDRVERSNUM 10735 // Version * 10000 + Major * 100 + Minor +#define VDRVERSION "1.7.36" +#define VDRVERSNUM 10736 // Version * 10000 + Major * 100 + Minor // The plugin API's version number: -#define APIVERSION "1.7.35" -#define APIVERSNUM 10735 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.7.36" +#define APIVERSNUM 10736 // 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