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.

33 lines
1.1 KiB

  1. /*****************************************************************************
  2. ***************************** ****************************
  3. ***************************** Current Version ****************************
  4. ***************************** ****************************
  5. *****************************************************************************/
  6. #if !defined(SPD_VER_H)
  7. #define SPD_VER_H
  8. /* The following definitions are used to define the driver "properties" */
  9. #define VER_MAJOR 01
  10. #define VER_MINOR 00
  11. #define VER_REVISION 04
  12. #define VER_BUILD 0028
  13. #define VER_BUILDSTR "0029"
  14. #define VERSION_NUMBER VER_MAJOR,VER_MINOR,VER_REVISION,VER_BUILD
  15. #define VERSION_MAIN_STR "1.0.4"
  16. #define VERSION_NUMBER_STR VERSION_MAIN_STR "." VER_BUILDSTR
  17. #define COMPANY_NAME "Perle Systems Ltd."
  18. #define COPYRIGHT_YEARS "2002 "
  19. #define COPYRIGHT_SYMBOL "� "
  20. #define PRODUCT_NAME "SPEED"
  21. #define SOFTWARE_NAME " Serial Device Driver"
  22. #define DRIVER_FILENAME "SPEED.SYS"
  23. #endif // End of SPD_VER.H