version.h revision 189643
1278699Sian/*****************************************************************************
2248557Sray *                                                                           *
3248557Sray * File:                                                                     *
4248557Sray *  version.h                                                                *
5248557Sray *                                                                           *
6248557Sray * Description:                                                              *
7248557Sray *  cxgbtool userspace utility version defines.                              *
8248557Sray *                                                                           *
9248557Sray * http://www.chelsio.com                                                    *
10248557Sray *                                                                           *
11248557Sray * Copyright (c) 2003 - 2008 Chelsio Communications, Inc.                    *
12248557Sray * All rights reserved.                                                      *
13248557Sray *                                                                           *
14248557Sray * Maintainers: maintainers@chelsio.com                                      *
15248557Sray *                                                                           *
16248557Sray * History:                                                                  *
17248557Sray *                                                                           *
18248557Sray ****************************************************************************/
19248557Sray/* $Date: 2007/02/05 18:46:24 $ $RCSfile: version.h,v $ $Revision: 1.9 $ */
20248557Sray
21248557Sray/*
22248557Sray * $FreeBSD: head/usr.sbin/cxgbtool/version.h 189643 2009-03-10 19:22:45Z gnn $
23253746Sian */
24248557Sray
25283368Sian#ifndef __CXGBTOOL_VERSION_H
26248557Sray#define __CXGBTOOL_VERSION_H
27248557Sray
28278699Sian#define PROGNAME "cxgbtool"
29248557Sray#define VERSION "1.16f"
30278699Sian#define COPYRIGHT "Copyright (c) 2004-2009 Chelsio Communications"
31278699Sian
32248557Sray#endif //__CXGBTOOL_VERSION_H
33248557Sray