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.

32 lines
1005 B

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