4c9839c44e
Obtained from: Chelsio Inc. MFC after: 3 days
33 lines
1.7 KiB
C
33 lines
1.7 KiB
C
/*****************************************************************************
|
|
* *
|
|
* File: *
|
|
* version.h *
|
|
* *
|
|
* Description: *
|
|
* cxgbtool userspace utility version defines. *
|
|
* *
|
|
* http://www.chelsio.com *
|
|
* *
|
|
* Copyright (c) 2003 - 2008 Chelsio Communications, Inc. *
|
|
* All rights reserved. *
|
|
* *
|
|
* Maintainers: maintainers@chelsio.com *
|
|
* *
|
|
* History: *
|
|
* *
|
|
****************************************************************************/
|
|
/* $Date: 2007/02/05 18:46:24 $ $RCSfile: version.h,v $ $Revision: 1.9 $ */
|
|
|
|
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#ifndef __CXGBTOOL_VERSION_H
|
|
#define __CXGBTOOL_VERSION_H
|
|
|
|
#define PROGNAME "cxgbtool"
|
|
#define VERSION "1.15f"
|
|
#define COPYRIGHT "Copyright (c) 2004-2008 Chelsio Communications"
|
|
|
|
#endif //__CXGBTOOL_VERSION_H
|