Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Version.h
Go to the documentation of this file.
1 
2 /*Copyright (c) 2005 Beceem Communications Inc.
3 
4 Module Name:
5 
6  Version.h
7 
8 Abstract:
9 
10 
11 --*/
12 
13 #ifndef VERSION_H
14 #define VERSION_H
15 
16 
17 #define VER_FILETYPE VFT_DRV
18 #define VER_FILESUBTYPE VFT2_DRV_NETWORK
19 
20 
21 #define VER_FILEVERSION 5.2.45
22 #define VER_FILEVERSION_STR "5.2.45"
23 
24 #undef VER_PRODUCTVERSION
25 #define VER_PRODUCTVERSION VER_FILEVERSION
26 
27 #undef VER_PRODUCTVERSION_STR
28 #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
29 
30 
31 
32 
33 //#include "common.ver"
34 
35 #endif //VERSION_H