Updated the required driver version in INSTALL

This commit is contained in:
Klaus Schmidinger 2003-10-03 11:49:31 +02:00
parent 56e882fa6a
commit 80c822c1c5
4 changed files with 12 additions and 4 deletions

View File

@ -821,3 +821,6 @@ Alexander Wetzel <alexander.wetzel@web.de>
Marco Franceschetti <ordaz@quipo.it> Marco Franceschetti <ordaz@quipo.it>
for updating 'ca.conf' for updating 'ca.conf'
Jens Groth <Jens_Groth@t-online.de>
for reporting a an outdated driver version number in INSTALL

View File

@ -2402,3 +2402,8 @@ Video Disk Recorder Revision History
2003-09-17: Version 1.2.5 2003-09-17: Version 1.2.5
- Updated 'channels.conf.cable' (thanks to Stefan Hußfeldt). - Updated 'channels.conf.cable' (thanks to Stefan Hußfeldt).
2003-10-03: Version 1.3.0
- Updated the required driver version in INSTALL (thanks to Jens Groth for
reporting this one).

View File

@ -28,7 +28,7 @@ If you have the DVB driver source in a different location
you will have to change the definition of DVBDIR in the you will have to change the definition of DVBDIR in the
Makefile (see the file Make.config.template). Makefile (see the file Make.config.template).
VDR requires the Linux-DVB card driver version dated 2003-05-24 or higher VDR requires the Linux-DVB card driver version dated 2003-08-23 or higher
to work properly. to work properly.
After extracting the package, change into the VDR directory After extracting the package, change into the VDR directory

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * 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 #ifndef __CONFIG_H
@ -19,8 +19,8 @@
#include "device.h" #include "device.h"
#include "tools.h" #include "tools.h"
#define VDRVERSION "1.2.5" #define VDRVERSION "1.3.0"
#define VDRVERSNUM 10205 // Version * 10000 + Major * 100 + Minor #define VDRVERSNUM 10300 // Version * 10000 + Major * 100 + Minor
#define MAXPRIORITY 99 #define MAXPRIORITY 99
#define MAXLIFETIME 99 #define MAXLIFETIME 99