blob: 403a8beeafc2c0a3450e9bf427464610a678a1cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
/*****************************************************************************
* *
* 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.16f"
#define COPYRIGHT "Copyright (c) 2004-2009 Chelsio Communications"
#endif //__CXGBTOOL_VERSION_H
|