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
293 B
14 lines
293 B
7 months ago
|
/*
|
||
|
* Copyright (c) Hisilicon Technologies Co., Ltd.. 2012-2019. All rights reserved.
|
||
|
* Description: sync version
|
||
|
* Author: sdk
|
||
|
* Create: 2019-04-13
|
||
|
*/
|
||
|
|
||
|
#ifndef __SYNC_VERSION_H_
|
||
|
#define __SYNC_VERSION_H_
|
||
|
|
||
|
static td_uchar g_sync_version[] = "Ic1268cd98f9114aa847317abb2bbc3b9aa5f75d0";
|
||
|
|
||
|
#endif
|