mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 02:50:53 +07:00
6 lines
175 B
C
6 lines
175 B
C
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#define EXFAT_BASE_VERSION "5.8"
|
||
|
#define EXFAT_EXTRAVERSION "2"
|
||
|
#define EXFAT_VERSION EXFAT_BASE_VERSION "-" EXFAT_EXTRAVERSION
|