summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2006-06-11 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2006-06-11 18:00:00 +0200
commit2bb325135433521694b0a387a60225d7727a980e (patch)
tree0fbcb7c4d345e441597bf53ef26a790003fa30ab /config.h
parent21f3eaf6c98751cc5931ccfd7bc123f7b7ac38f8 (diff)
downloadvdr-patch-lnbsharing-2bb325135433521694b0a387a60225d7727a980e.tar.gz
vdr-patch-lnbsharing-2bb325135433521694b0a387a60225d7727a980e.tar.bz2
Version 1.4.1vdr-1.4.1
- Changed the log messages when grabbing an image from 'isyslog()' to 'dsyslog()' so that they can be suppressed in normal operation mode to avoid clogging the log file in case this function is used frequently (suggested by Helmut Auer).
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h b/config.h
index a68843a..9ee9471 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.259 2006/05/28 15:04:08 kls Exp $
+ * $Id: config.h 1.260 2006/06/11 08:57:35 kls Exp $
*/
#ifndef __CONFIG_H
@@ -21,8 +21,8 @@
// VDR's own version number:
-#define VDRVERSION "1.4.0-3"
-#define VDRVERSNUM 10400 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.4.1"
+#define VDRVERSNUM 10401 // Version * 10000 + Major * 100 + Minor
// The plugin API's version number: