ronnie
2022-10-14 1504bb53e29d3d46222c0b3ea994fc494b48e153
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
///*****************************************
//  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"