8 lines
163 B
C
8 lines
163 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright(c) 2022 - 2024 Mucse Corporation. */
|
|
|
|
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
#define GIT_COMMIT " ad1ebc4"
|
|
#endif
|