summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-07-29 09:40:41 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-07-29 09:40:41 +0200
commit173e0bea9050de76f3dc424a5e18ef632053c7a7 (patch)
treed2ba235c48ecec072500a9c2044d1d4a0b7a750b /config.h
parent8f2f3e9ac28f3f3380166f94fa297d23463770d6 (diff)
downloadvdr-173e0bea9050de76f3dc424a5e18ef632053c7a7.tar.gz
vdr-173e0bea9050de76f3dc424a5e18ef632053c7a7.tar.bz2
Fixed assigning schedules to channels in case there is no initial EPG information
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 92a14333..e0bbfb7c 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.262 2006/06/24 09:08:46 kls Exp $
+ * $Id: config.h 1.263 2006/07/29 09:40:41 kls Exp $
*/
#ifndef __CONFIG_H
@@ -21,7 +21,7 @@
// VDR's own version number:
-#define VDRVERSION "1.4.1-2"
+#define VDRVERSION "1.4.1-3"
#define VDRVERSNUM 10401 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: