/***************************************************************************** * * * File: * * version.h * * * * Description: * * cxgbtool userspace utility version defines. * * * * http://www.chelsio.com * * * * Copyright (c) 2003 - 2017 Chelsio Communications, Inc. * * All rights reserved. * * * * History: * * * ****************************************************************************/ /* $Date: 2008-05-07 18:07:48 $ $RCSfile: version.h,v $ $Revision: 1.14 $ */ #ifndef __CXGBTOOL_VERSION_H #define __CXGBTOOL_VERSION_H #define PROGNAME "cxgbtool" #define VERSION "1.16" #define COPYRIGHT "Copyright (c) 2003-2017 Chelsio Communications" #endif //__CXGBTOOL_VERSION_H