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.

23 lines
500 B

  1. /*
  2. * mmsysver.h - internal header file to define the build version for sonic
  3. *
  4. */
  5. /*
  6. * All strings MUST have an explicit \0
  7. *
  8. * MMSYSRELEASE should be changed every build
  9. *
  10. * Version string should be changed each build
  11. *
  12. * Remove build extension on final release
  13. */
  14. #define OFFICIAL 1
  15. #define FINAL 1
  16. #define MMSYSVERSION 03
  17. #define MMSYSREVISION 10
  18. #define MMSYSRELEASE 103
  19. #define MMSYSVERSIONSTR "3.1\0"