freebsd-dev/usr.sbin/cxgbtool/version.h
Kip Macy 4c9839c44e Bring cxgbtool up to date with version 1.5
Obtained from:	Chelsio Inc.
MFC after:	3 days
2008-09-01 07:50:04 +00:00

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