gc_hal_version.h 944 B

12345678910111213141516171819202122232425262728293031
  1. /****************************************************************************
  2. *
  3. * Copyright (c) 2005 - 2014 by Vivante Corp. All rights reserved.
  4. *
  5. * The material in this file is confidential and contains trade secrets
  6. * of Vivante Corporation. This is proprietary information owned by
  7. * Vivante Corporation. No part of this work may be disclosed,
  8. * reproduced, copied, transmitted, or used in any way for any purpose,
  9. * without the express written permission of Vivante Corporation.
  10. *
  11. *****************************************************************************/
  12. #ifndef __gc_hal_version_h_
  13. #define __gc_hal_version_h_
  14. #define gcvVERSION_MAJOR 5
  15. #define gcvVERSION_MINOR 0
  16. #define gcvVERSION_PATCH 11
  17. #define gcvVERSION_BUILD 28018
  18. #define gcvVERSION_STRING "5.0.11.p5.28018"
  19. #define gcvVERSION_DATE __DATE__
  20. #define gcvVERSION_TIME __TIME__
  21. #endif /* __gc_hal_version_h_ */