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 - 2007 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.8"
|
|
#define COPYRIGHT "Copyright (c) 2004-2007 Chelsio Communications"
|
|
|
|
#endif //__CXGBTOOL_VERSION_H
|