15 lines
366 B
C
15 lines
366 B
C
// 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
|