diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-03 11:49:31 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-03 11:49:31 +0200 |
commit | 80c822c1c583c5c118f9590f5ddadf08677bb0e7 (patch) | |
tree | 676a26955ae71689d8156798cb8a10238c821967 /config.h | |
parent | 56e882fa6a02139c6ebe62bb570666fe1e3d736b (diff) | |
download | vdr-80c822c1c583c5c118f9590f5ddadf08677bb0e7.tar.gz vdr-80c822c1c583c5c118f9590f5ddadf08677bb0e7.tar.bz2 |
Updated the required driver version in INSTALL
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |