summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-10-03 11:49:31 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-10-03 11:49:31 +0200
commit80c822c1c583c5c118f9590f5ddadf08677bb0e7 (patch)
tree676a26955ae71689d8156798cb8a10238c821967 /config.h
parent56e882fa6a02139c6ebe62bb570666fe1e3d736b (diff)
downloadvdr-80c822c1c583c5c118f9590f5ddadf08677bb0e7.tar.gz
vdr-80c822c1c583c5c118f9590f5ddadf08677bb0e7.tar.bz2
Updated the required driver version in INSTALL
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 9f5ab38d..0bf7efd3 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.174 2003/09/17 16:08:56 kls Exp $
+ * $Id: config.h 1.175 2003/10/03 11:49:31 kls Exp $
*/
#ifndef __CONFIG_H
@@ -19,8 +19,8 @@
#include "device.h"
#include "tools.h"
-#define VDRVERSION "1.2.5"
-#define VDRVERSNUM 10205 // Version * 10000 + Major * 100 + Minor
+#define VDRVERSION "1.3.0"
+#define VDRVERSNUM 10300 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99
#define MAXLIFETIME 99