/**************************************************************************** * * Copyright (c) 2005 - 2023 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 6 #define gcvVERSION_MINOR 4 #define gcvVERSION_PATCH 15 #define gcvVERSION_BUILD 690884 #define gcvVERSION_STRING "6.4.15.3.690884" #endif /* __gc_hal_version_h_ */