version.h 873 B

1234567891011121314151617181920
  1. //===========================================================================//
  2. // Copyright (C) Microsoft Corporation. All rights reserved. //
  3. //===========================================================================//
  4. //------------------------------------------------------------------------------------------------------
  5. //
  6. // Contains version stamp information for GAME.
  7. //
  8. // Updated whenever the global build is called.
  9. //
  10. //------------------------------------------------------------------------------------------------------
  11. #ifndef VERSION_H
  12. #define VERSION_H
  13. //------------------------------------------------------------------------------------------------------
  14. char versionStamp[1024] = "00.06.01.0614";
  15. //------------------------------------------------------------------------------------------------------
  16. #endif