summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-30 13:10:44 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-30 13:10:44 +0100
commit2d850b14e29006b57bb5d1591cfb64d21beec0cd (patch)
treef8bebd276b31ed5bd7f7bb596acc6ca4feb7c270 /config.h
parent811078a0fec2a1acfdfbd27eea3ccb78722022a0 (diff)
downloadvdr-2d850b14e29006b57bb5d1591cfb64d21beec0cd.tar.gz
vdr-2d850b14e29006b57bb5d1591cfb64d21beec0cd.tar.bz2
Added maximum SNR value for PCTV Systems nanoStick T2 290e
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 5 insertions, 5 deletions
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