summaryrefslogtreecommitdiff
path: root/src/include_olpc_4_6_9/gc_hal_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include_olpc_4_6_9/gc_hal_version.h')
-rw-r--r--src/include_olpc_4_6_9/gc_hal_version.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/include_olpc_4_6_9/gc_hal_version.h b/src/include_olpc_4_6_9/gc_hal_version.h
new file mode 100644
index 0000000..c7cd41c
--- /dev/null
+++ b/src/include_olpc_4_6_9/gc_hal_version.h
@@ -0,0 +1,29 @@
+/******************************************************************************\
+|* *|
+|* Copyright (c) 2005 - 2011 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. *|
+|* *|
+\******************************************************************************/
+
+
+
+
+#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 1210
+
+#define gcvVERSION_DATE __DATE__
+
+#define gcvVERSION_TIME __TIME__
+
+#endif /* __gc_hal_version_h_ */