GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / Common / Version.h
blob1db1a968562bafdc535dd87be96dd9c744365042
1 /*
2 * Version.h
3 *
4 *Copyright (C) 2010 Beceem Communications, Inc.
5 *
6 *This program is free software: you can redistribute it and/or modify
7 *it under the terms of the GNU General Public License version 2 as
8 *published by the Free Software Foundation.
9 *
10 *This program is distributed in the hope that it will be useful,but
11 *WITHOUT ANY WARRANTY; without even the implied warranty of
12 *MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13 *See the GNU General Public License for more details.
15 *You should have received a copy of the GNU General Public License
16 *along with this program. If not, write to the Free Software Foundation, Inc.,
17 *51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19 */
21 /*Copyright (c) 2005 Beceem Communications Inc.
23 Module Name:
25 Version.h
27 Abstract:
30 --*/
32 #ifndef VERSION_H
33 #define VERSION_H
36 #define VER_FILETYPE VFT_DRV
37 #define VER_FILESUBTYPE VFT2_DRV_NETWORK
40 #define VER_FILEVERSION 5.2.47
41 #define VER_FILEVERSION_STR "5.2.47"
43 #undef VER_PRODUCTVERSION
44 #define VER_PRODUCTVERSION VER_FILEVERSION
46 #undef VER_PRODUCTVERSION_STR
47 #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
52 //#include "common.ver"
54 #endif //VERSION_H