// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this source code. For a copy of the EULA, please see the LICENSE.RTF on your // install media. // /*++ Module Name: bldver.h --*/ #ifndef _BLDVER_H_ #define _BLDVER_H_ #define CE_MAJOR_VER 0x0004 #define CE_MINOR_VER 0x0014 // Minor version is in hundredths #define CE_BUILD_VER 13083 #define CE_BUILD_SYSVER 1081 #endif // _BLDVER_H_