Leaked source code of windows server 2003
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.

31 lines
1.7 KiB

  1. /****************************************************************************
  2. * *
  3. * clusverp.H -- Version information for cluster builds *
  4. * *
  5. * This file is only modified by the official builder to update the *
  6. * VERSION, VER_PRODUCTVERSION, VER_PRODUCTVERSION_STR and *
  7. * VER_PRODUCTBETA_STR values. *
  8. * *
  9. ****************************************************************************/
  10. #include <ntverp.h>
  11. //
  12. // the following defines are used as internal version numbers to indicate
  13. // the level of compatibility provided by this cluster service implmentation.
  14. // These numbers are changed during product upgrades and are, essentially,
  15. // a combination of the major, minor and QFE versions The QFE version info
  16. // is not available but only as a text string from GetVersionEx hence we
  17. // don't use that information directly.
  18. //
  19. #define CLUSTER_INTERNAL_CURRENT_MAJOR_VERSION 4
  20. #define CLUSTER_INTERNAL_PREVIOUS_HIGHEST_VERSION 0x00030893
  21. #define CLUSTER_INTERNAL_PREVIOUS_LOWEST_VERSION 0x000200e0
  22. /*--------------------------------------------------------------*/
  23. /* the following section defines values used in the version */
  24. /* data structure for all files, and which do not change. */
  25. /*--------------------------------------------------------------*/
  26. #define VER_CLUSTER_PRODUCTNAME_STR "Microsoft(R) Cluster service"