10 lines
190 B
C
10 lines
190 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright(c) 2020 - 2023, Chengdu BeiZhongWangXin Technology Co., Ltd. */
|
|
|
|
#ifndef _VERSION_H
|
|
#define _VERSION_H
|
|
|
|
#define VERSION "1.0.4"
|
|
|
|
#endif
|