| /**************************************************************************** |
| * |
| * Copyright (c) 2005 - 2016 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 41671 |
| |
| #define gcvVERSION_STRING "5.0.11.p8.41671" |
| |
| #endif /* __gc_hal_version_h_ */ |