21 lines
475 B
C
21 lines
475 B
C
|
/*
|
||
|
* version for XRadio drivers
|
||
|
*
|
||
|
* Copyright (c) 2013
|
||
|
* Xradio Technology Co., Ltd. <www.xradiotech.com>
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 as
|
||
|
* published by the Free Software Foundation.
|
||
|
*/
|
||
|
#ifndef XR_VERSION_H
|
||
|
#define XR_VERSION_H
|
||
|
|
||
|
#define XRADIO_VERSION "XR_V02.16.72"
|
||
|
|
||
|
#define XRADIO_MAIN_VER 2
|
||
|
#define XRADIO_SUB_VER 16
|
||
|
#define XRADIO_REV_VER 72
|
||
|
|
||
|
#endif
|