You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
717 B
C
21 lines
717 B
C
/****************************************************************************
|
|
** File name : HTVersion.h
|
|
** Description : define mutex type
|
|
** Create date : 2018.09.01
|
|
** Auther by : Liuyx
|
|
** Version info : V1.0.01
|
|
** Copyright (C) 2002-2018 xi'an huatek, Inc Co., Ltd
|
|
** Update record:
|
|
** DATE AUTHER DESC
|
|
** -------------------------------------------------------------------------
|
|
** 2018.09.01 Liuyx first build
|
|
****************************************************************************/
|
|
#ifndef __HT_VERSION_H
|
|
#define __HT_VERSION_H
|
|
|
|
#define HT_VERSION_BUILD_ID "20191010"
|
|
#define HT_VERSION_NO "ver(2019.10)" // ³ÌÐò°æ±¾
|
|
|
|
#endif // end __HT_VERSION_H
|
|
|