blob: ef466857d10faeaee6e7110d7d8eee5d4da567b6 [file] [log] [blame]
wdenk7152b1d2003-09-05 23:19:14 +00001/******************************************************************************
2 *
3 * Name: version.h
4 * Project: GEnesis, PCI Gigabit Ethernet Adapter
5 * Version: $Revision: 1.4 $
6 * Date: $Date: 2003/02/25 14:16:40 $
7 * Purpose: SK specific Error log support
8 *
9 ******************************************************************************/
10
11/******************************************************************************
12 *
13 * (C)Copyright 1998-2003 SysKonnect GmbH.
14 *
15 * This program is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation; either version 2 of the License, or
18 * (at your option) any later version.
19 *
20 * The information in this file is provided "AS IS" without warranty.
21 *
22 ******************************************************************************/
23
24/******************************************************************************
25 *
26 * History:
27 * $Log: skversion.h,v $
28 * Revision 1.4 2003/02/25 14:16:40 mlindner
29 * Fix: Copyright statement
wdenk42d1f032003-10-15 23:53:47 +000030 *
wdenk7152b1d2003-09-05 23:19:14 +000031 * Revision 1.3 2003/02/25 13:30:18 mlindner
32 * Add: Support for various vendors
wdenk42d1f032003-10-15 23:53:47 +000033 *
wdenk7152b1d2003-09-05 23:19:14 +000034 * Revision 1.1.2.1 2001/09/05 13:38:30 mlindner
35 * Removed FILE description
wdenk42d1f032003-10-15 23:53:47 +000036 *
wdenk7152b1d2003-09-05 23:19:14 +000037 * Revision 1.1 2001/03/06 09:25:00 mlindner
38 * first version
wdenk42d1f032003-10-15 23:53:47 +000039 *
40 *
wdenk7152b1d2003-09-05 23:19:14 +000041 *
42 ******************************************************************************/
wdenk42d1f032003-10-15 23:53:47 +000043
44
wdenk7152b1d2003-09-05 23:19:14 +000045static const char SysKonnectFileId[] = "@(#) (C) SysKonnect GmbH.";
46static const char SysKonnectBuildNumber[] =
wdenk42d1f032003-10-15 23:53:47 +000047 "@(#)SK-BUILD: 6.05 PL: 01";
wdenk7152b1d2003-09-05 23:19:14 +000048
49#define BOOT_STRING "sk98lin: Network Device Driver v6.05\n" \
50 "(C)Copyright 1999-2003 Marvell(R)."
51
52#define VER_STRING "6.05"