| /**************************************************************************** |
| * |
| * 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 25762 |
| |
| #define gcvVERSION_STRING "5.0.11.p4.25762" |
| |
| #define gcvVERSION_DATE __DATE__ |
| |
| #define gcvVERSION_TIME __TIME__ |
| |
| #endif /* __gc_hal_version_h_ */ |