You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
285 B
14 lines
285 B
7 months ago
|
/*
|
||
|
* Copyright (c) Hisilicon Technologies Co., Ltd.. 2012-2019. All rights reserved.
|
||
|
* Description: rm version
|
||
|
* Author: sdk
|
||
|
* Create: 2019-04-13
|
||
|
*/
|
||
|
|
||
|
#ifndef __RM_VERSION_H_
|
||
|
#define __RM_VERSION_H_
|
||
|
|
||
|
static td_uchar g_rm_version[] = "Ifcd34d29c0ca0920c9516efe04f7299cde308965";
|
||
|
|
||
|
#endif
|