version.h revision 167518
1255376Sdes/*****************************************************************************
2147455Sdes *                                                                           *
3117610Sdes * File:                                                                     *
4 *  version.h                                                                *
5 *                                                                           *
6 * Description:                                                              *
7 *  cxgbtool userspace utility version defines.                              *
8 *                                                                           *
9 * http://www.chelsio.com                                                    *
10 *                                                                           *
11 * Copyright (c) 2003 - 2007 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 * $FreeBSD: head/usr.sbin/cxgbtool/version.h 167518 2007-03-14 02:51:57Z kmacy $
23 */
24
25#ifndef __CXGBTOOL_VERSION_H
26#define __CXGBTOOL_VERSION_H
27
28#define PROGNAME "cxgbtool"
29#define VERSION "1.8"
30#define COPYRIGHT "Copyright (c) 2004-2007 Chelsio Communications"
31
32#endif //__CXGBTOOL_VERSION_H
33