12345678910111213141516171819202122232425262728293031 |
- /****************************************************************************
- *
- * Copyright (c) 2005 - 2014 by Vivante Corp. All rights reserved.
- *
- * The material in this file is confidential and contains trade secrets
- * of Vivante Corporation. This is proprietary information owned by
- * Vivante Corporation. No part of this work may be disclosed,
- * reproduced, copied, transmitted, or used in any way for any purpose,
- * without the express written permission of Vivante Corporation.
- *
- *****************************************************************************/
- #ifndef __gc_hal_version_h_
- #define __gc_hal_version_h_
- #define gcvVERSION_MAJOR 5
- #define gcvVERSION_MINOR 0
- #define gcvVERSION_PATCH 11
- #define gcvVERSION_BUILD 28018
- #define gcvVERSION_STRING "5.0.11.p5.28018"
- #define gcvVERSION_DATE __DATE__
- #define gcvVERSION_TIME __TIME__
- #endif /* __gc_hal_version_h_ */
|