summaryrefslogtreecommitdiff
path: root/src/include_imx6_v4_6_9/gc_hal_version.h
blob: 71c5649911e1364fb7e2ca6c0f3f205f116ba1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/****************************************************************************
*
*    Copyright (c) 2005 - 2013 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        4

#define gcvVERSION_MINOR        6

#define gcvVERSION_PATCH        9

#define gcvVERSION_BUILD     9754

#define gcvVERSION_DATE      __DATE__

#define gcvVERSION_TIME      __TIME__

#endif /* __gc_hal_version_h_ */