23 lines
816 B
Plaintext
23 lines
816 B
Plaintext
// 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
|