Source code of Windows XP (NT5)
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.

33 lines
1.1 KiB

  1. // DO NOT Edit this file w/o consulting with the IE build lab (mailto:iebld)
  2. // Change VER_PRODUCTBUILD and VER_PRODUCTBUILD_QFE as appropriate.
  3. #define VER_MAJOR_PRODUCTVER 5
  4. #define VER_MINOR_PRODUCTVER 00
  5. #define VER_PRODUCTBUILD /* Win9x */ 2920
  6. #define VER_PRODUCTBUILD_QFE /* Win9x */ 0000
  7. #define VER_PRODUCTVERSION VER_MAJOR_PRODUCTVER,VER_MINOR_PRODUCTVER,VER_PRODUCTBUILD,VER_PRODUCTBUILD_QFE
  8. #define VER_PRODUCTVERSION_W (0x0500)
  9. #define VER_PRODUCTVERSION_DW (0x05000000 | VER_PRODUCTBUILD)
  10. // READ THIS
  11. // Do not change VER_PRODUCTVERSION_STRING.
  12. //
  13. // Again
  14. //
  15. // Do not change VER_PRODUCTVERSION_STRING.
  16. //
  17. // One more time
  18. //
  19. // Do not change VER_PRODUCTVERSION_STRING.
  20. //
  21. // ntverp.h will do the right thing wrt the minor version #'s by stringizing
  22. // the VER_PRODUCTBUILD and VER_PRODUCTBUILD_QFE values and concatenating them to
  23. // the end of VER_PRODUCTVERSION_STRING. VER_PRODUCTVERSION_STRING only needs
  24. // is the major product version #'s. (currently, 5.00)
  25. #define VER_PRODUCTBETA_STR /* Win9x */ ""
  26. #define VER_PRODUCTVERSION_STRING "5.00"