19 lines
474 B
C
Executable file
19 lines
474 B
C
Executable file
/*
|
|
* 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.15.06"
|
|
#define XRADIO_MAIN_VER 2
|
|
#define XRADIO_SUB_VER 15
|
|
#define XRADIO_REV_VER 05
|
|
|
|
#endif
|