summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-12 14:20:52 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-12 14:20:52 +0200
commit1d829aaf6d263725379a5940adefbafa88af398d (patch)
treeb3ea90c0501c252ebe84afd584e9134f2f6b217f /config.h
parentffc0f49c12df27906e37b0cb1f62c56bb69da623 (diff)
downloadvdr-1d829aaf6d263725379a5940adefbafa88af398d.tar.gz
vdr-1d829aaf6d263725379a5940adefbafa88af398d.tar.bz2
No longer checking for deleted recordings to be removed from the foreground thread
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 6e15ba4a..8dae4563 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.7 2009/01/30 16:05:34 kls Exp $
+ * $Id: config.h 2.8 2009/04/12 14:20:52 kls Exp $
*/
#ifndef __CONFIG_H
@@ -22,13 +22,13 @@
// VDR's own version number:
-#define VDRVERSION "1.7.5"
-#define VDRVERSNUM 10705 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.7.6"
+#define VDRVERSNUM 10706 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number:
-#define APIVERSION "1.7.5"
-#define APIVERSNUM 10705 // Version * 10000 + Major * 100 + Minor
+#define APIVERSION "1.7.6"
+#define APIVERSNUM 10706 // 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