summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-10-20 09:32:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2013-10-20 09:32:23 +0200
commit641acd57091d2c37a0d2e131674bd969eed55761 (patch)
treed44e31676ff0aab80d91a8e2222a319fb1d5dd53 /config.h
parent856f67b4acb6d9e5dc8b4328876f4d6f14bf381d (diff)
downloadvdr-641acd57091d2c37a0d2e131674bd969eed55761.tar.gz
vdr-641acd57091d2c37a0d2e131674bd969eed55761.tar.bz2
Changed the return value of cPositioner::HorizonLongitude() to 0 in case the latitude of the antenna location is beyond +/-81 degrees
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 90045b5d..c69eab6e 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 3.4 2013/10/19 10:00:00 kls Exp $
+ * $Id: config.h 3.5 2013/10/20 09:32:23 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,13 +22,13 @@
// VDR's own version number:
-#define VDRVERSION "2.1.2"
-#define VDRVERSNUM 20102 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "2.1.3"
+#define VDRVERSNUM 20103 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
-#define APIVERSION "2.1.2"
-#define APIVERSNUM 20102 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "2.1.3"
+#define APIVERSNUM 20103 // 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