gc_hal_version.h 865 B

1234567891011121314151617181920212223242526272829
  1. /****************************************************************************
  2. *
  3. * Copyright (c) 2005 - 2021 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 6
  15. #define gcvVERSION_MINOR 4
  16. #define gcvVERSION_PATCH 5
  17. #define gcvVERSION_BUILD 323040
  18. #define gcvVERSION_STRING "6.4.5.323040"
  19. #endif /* __gc_hal_version_h_ */