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.

43 lines
724 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) SCM Microsystems, 1998 - 1999
  6. //
  7. // File: srvers.h
  8. //
  9. //--------------------------------------------------------------------------
  10. /*++
  11. Copyright (c) 1998 SCM Microsystems, Inc.
  12. Module Name:
  13. SRVers.h
  14. Abstract:
  15. header file for version information
  16. Author:
  17. Andreas Straub
  18. Environment:
  19. Win 95, Win NT
  20. Revision History:
  21. AS 1.00 2/06/1998 Initial Version
  22. --*/
  23. #if !defined( __SRVERS_H__ )
  24. #define __SRVERS_H__
  25. #define SCMSTCS_VERSION_STR "1.06"
  26. #define SCMSTCS_MAJOR_VERSION 1
  27. #define SCMSTCS_MINOR_VERSION 6
  28. #endif // __SRVERS_H__