summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-06-11 09:14:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-06-11 09:14:22 +0200
commitd324b2de882be794d2107c1ab945e79f71018fec (patch)
treeed8e1a507c17c96cc8ff8666f26997e0f1c2fb64 /config.h
parent99876fdab3362a4e09935b1a4c1ffe0a48366664 (diff)
downloadvdr-d324b2de882be794d2107c1ab945e79f71018fec.tar.gz
vdr-d324b2de882be794d2107c1ab945e79f71018fec.tar.bz2
Reduced logging for the SVDRP GRAB command1.4.1
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 a68843ad..9ee94713 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: