mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
816 B
22 lines
816 B
// DO NOT Edit this file w/o consulting with the IT build lab contacts.
|
|
|
|
// NOTE: This is a munged version specifically used by the InfoTech Team
|
|
// for the purpose of building InfoTech binaries in our own build lab.
|
|
|
|
// The versions of our binaries built by IE will be stamped with the
|
|
// official IE build numbers.
|
|
|
|
// This is where InfoTech major, minor, and build numbers are defined
|
|
#include <verinfo.h>
|
|
|
|
// Change VER_PRODUCTBUILD and VER_PRODUCTBUILD_QFE as appropriate.
|
|
|
|
#define VER_PRODUCTBUILD rup
|
|
#define VER_PRODUCTBUILD_QFE rap
|
|
|
|
#define VER_PRODUCTVERSION rmj,rmm,VER_PRODUCTBUILD,VER_PRODUCTBUILD_QFE
|
|
#define VER_PRODUCTVERSION_W (0x0447)
|
|
#define VER_PRODUCTVERSION_DW (0x04470000 | VER_PRODUCTBUILD)
|
|
|
|
#define VER_PRODUCTBETA_STR ""
|
|
#define VER_PRODUCTVERSION_STRING VERSIONSTR
|