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
366 B
14 lines
366 B
// Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
|
// Use of this source code is governed by a MIT license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef ALog_verinfo_h
|
|
#define ALog_verinfo_h
|
|
|
|
#define ALOG_REVISION "cfe9ad8"
|
|
#define ALOG_PATH "wjzh/feature/cpp"
|
|
#define ALOG_URL ""
|
|
#define ALOG_BUILD_TIME "2021-09-30 13:22:13"
|
|
#define ALOG_TAG ""
|
|
|
|
#endif
|
|
|