///*****************************************
|
// Copyright (C) 2009-2019
|
// ITE Tech. Inc. All Rights Reserved
|
// Proprietary and Confidential
|
///*****************************************
|
// @file <version.h>
|
// @author Jau-Chih.Tseng@ite.com.tw
|
// @date 2019/01/03
|
// @fileversion: ITE_HDMITX_SAMPLE_3.27
|
//******************************************/
|
|
#ifndef _VERSION_H_
|
#define _VERSION_H_
|
#define VERSION_STRING "ITE_HDMITX_SAMPLE_3.27"
|
#endif // _VERSION_H_
|
|
|
#define SHORT_VERSION_STRING "V327\n "
|
#define VERSION_INTERNAL_STRING "ITE_HDMITX_SAMPLE_3.27_EPAADWBZ"
|
#define VERSION_EDID_SERIALID 0x327
|
#define VERID0 '3'
|
#define VERID1 '2'
|
#define VERID2 '7'
|
#define VER_MAJOR 0x03
|
#define VER_MINOR 0x27
|
#define BUILD_DATE_STR "2019/01/03 22:51"
|