File: /usr/src/linux/drivers/net/sk98lin/h/skversion.h
1 /******************************************************************************
2 *
3 * Name: version.h
4 * Project: GEnesis, PCI Gigabit Ethernet Adapter
5 * Version: $Revision: 1.1 $
6 * Date: $Date: 2001/03/06 09:25:00 $
7 * Purpose: SK specific Error log support
8 *
9 ******************************************************************************/
10
11 /******************************************************************************
12 *
13 * (C)Copyright 1998,1999 SysKonnect,
14 * a business unit of Schneider & Koch & Co. Datensysteme GmbH.
15 *
16 * This program is free software; you can redistribute it and/or modify
17 * it under the terms of the GNU General Public License as published by
18 * the Free Software Foundation; either version 2 of the License, or
19 * (at your option) any later version.
20 *
21 * The information in this file is provided "AS IS" without warranty.
22 *
23 ******************************************************************************/
24
25 /******************************************************************************
26 *
27 * History:
28 * $Log: skversion.h,v $
29 * Revision 1.1 2001/03/06 09:25:00 mlindner
30 * first version
31 *
32 *
33 *
34 ******************************************************************************/
35
36
37 static const char SysKonnectFileId[] = "@(#)" __FILE__ " (C) SysKonnect GmbH.";
38 static const char SysKonnectBuildNumber[] =
39 "@(#)SK-BUILD: 4.06 PL: 01";
40
41 #define BOOT_STRING "sk98lin: Network Device Driver v4.06\n" \
42 "Copyright (C) 2000-2001 SysKonnect GmbH."
43
44 #define VER_STRING "4.06"
45
46
47