/*++

Copyright (c) 1990-2000  Microsoft Corporation

Module Name:

    bhver.h

Revision History:

--*/

#ifndef _NMVER_CHECK_
#define _NMVER_CHECK_

#include <ntverp.h>

#define VER_BUILDMAJOR 5
#define VER_BUILDMINOR 0
#define VER_BUILDMM_STR VER_PRODUCTVERSION_STRING
#define VER_NMBUILDNUMBER VER_PRODUCTBUILD

#endif // _NMVER_CHECK_