1/*****************************************************************************
2 *                                                                           *
3 * File:                                                                     *
4 *  version.h                                                                *
5 *                                                                           *
6 * Description:                                                              *
7 *  cxgbtool userspace utility version defines.                              *
8 *                                                                           *
9 * http://www.chelsio.com                                                    *
10 *                                                                           *
11 * Copyright (c) 2003 - 2008 Chelsio Communications, Inc.                    *
12 * All rights reserved.                                                      *
13 *                                                                           *
14 * Maintainers: maintainers@chelsio.com                                      *
15 *                                                                           *
16 * History:                                                                  *
17 *                                                                           *
18 ****************************************************************************/
19/* $Date: 2007/02/05 18:46:24 $ $RCSfile: version.h,v $ $Revision: 1.9 $ */
20
21/*
22 */
23
24#ifndef __CXGBTOOL_VERSION_H
25#define __CXGBTOOL_VERSION_H
26
27#define PROGNAME "cxgbtool"
28#define VERSION "1.16f"
29#define COPYRIGHT "Copyright (c) 2004-2009 Chelsio Communications"
30
31#endif //__CXGBTOOL_VERSION_H
32