summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-04-12 13:39:12 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2008-04-12 13:39:12 +0200
commite59c6ac433e50f76986331a3ff2e610e60ddf4b5 (patch)
tree9e8139ac41547046bfdb969243b775da464a5102 /config.h
parent0b82b38533792023097a47371b594075cdfb44aa (diff)
downloadvdr-e59c6ac433e50f76986331a3ff2e610e60ddf4b5.tar.gz
vdr-e59c6ac433e50f76986331a3ff2e610e60ddf4b5.tar.bz2
Re-implemented handling of DVB-S2
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 822ee176..7fad138e 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 1.310 2008/03/23 10:26:10 kls Exp $
+ * $Id: config.h 2.1 2008/04/12 13:02:10 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,13 +22,13 @@
// VDR's own version number:
-#define VDRVERSION "1.6.0"
-#define VDRVERSNUM 10600 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.7.0"
+#define VDRVERSNUM 10700 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
-#define APIVERSION "1.6.0"
-#define APIVERSNUM 10600 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "1.7.0"
+#define APIVERSNUM 10700 // 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