changed version number.

This commit is contained in:
Armin Schindler 2000-12-17 13:05:24 +00:00
parent 355e243418
commit 6b5088dacc
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ static int __init Divas_init(void)
{
printk(KERN_DEBUG "DIVA Server Driver - initialising\n");
printk(KERN_DEBUG "DIVA Server Driver - Version 2.1.1\n");
printk(KERN_DEBUG "DIVA Server Driver - Version 2.0.16\n");
#if !defined(CONFIG_PCI)

View File

@ -31,8 +31,8 @@
*/
#define DRIVERNAME "Eicon active ISDN driver"
#define DRIVERRELEASE "2.1"
#define DRIVERPATCH ".1"
#define DRIVERRELEASE "2.0"
#define DRIVERPATCH ".16"
#include <linux/config.h>