|
|
1.1 root 1: /****************************************************************************
2: * *
3: * ntverp.H -- Version information for internal builds *
4: * *
5: * This file is only modified by the official builder to update the *
6: * VERSION, VER_PRODUCTVERSION and VER_PRODUCTVERSION_STR values *
7: * *
8: ****************************************************************************/
9:
10: #include <version.h>
11:
12: /*--------------------------------------------------------------*/
13: /* the following values should be modified by the official */
14: /* builder for each build */
15: /*--------------------------------------------------------------*/
16:
17: #define VERSION "3.1"
18: #define VER_PRODUCTVERSION_STR "3.10"
19: #define VER_PRODUCTVERSION 3,10,rmm,rup
20:
21: /*--------------------------------------------------------------*/
22: /* the following section defines values used in the version */
23: /* data structure for all files, and which do not change. */
24: /*--------------------------------------------------------------*/
25:
26: /* default is nodebug */
27: #if DBG
28: #define VER_DEBUG VS_FF_DEBUG
29: #else
30: #define VER_DEBUG 0
31: #endif
32:
33: /* default is prerelease */
34: #if BETA
35: #define VER_PRERELEASE VS_FF_PRERELEASE
36: #else
37: #define VER_PRERELEASE 0
38: #endif
39:
40: #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
41: #define VER_FILEOS VOS_NT_WINDOWS32
42: #define VER_FILEFLAGS (VER_PRERELEASE|VER_DEBUG)
43:
44: #define VER_COMPANYNAME_STR "Microsoft Corporation"
45: #define VER_PRODUCTNAME_STR "Microsoft\256 Windows NT(TM) Operating System"
46: #define VER_LEGALTRADEMARKS_STR \
47: "Microsoft\256 is a registered trademark of Microsoft Corporation. Windows NT(TM) is a trademark of Microsoft Corporation."
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.