skversion.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  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.  * (C)Copyright 1998,1999 SysKonnect,
  13.  * a business unit of Schneider & Koch & Co. Datensysteme 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.  * History:
  26.  * $Log: skversion.h,v $
  27.  * Revision 1.1  2001/03/06 09:25:00  mlindner
  28.  * first version
  29.  *
  30.  *
  31.  *
  32.  ******************************************************************************/
  33.  
  34.  
  35. static const char SysKonnectFileId[] = "@(#)" __FILE__ " (C) SysKonnect GmbH.";
  36. static const char SysKonnectBuildNumber[] =
  37. "@(#)SK-BUILD: 4.06 PL: 01"; 
  38. #define BOOT_STRING "sk98lin: Network Device Driver v4.06n" 
  39. "Copyright (C) 2000-2001 SysKonnect GmbH."
  40. #define VER_STRING "4.06"