11 lines
197 B
C
11 lines
197 B
C
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
/*
|
||
|
* Copyright (C) 2020 Namjae Jeon <linkinjeon@kernel.org>
|
||
|
*/
|
||
|
|
||
|
#ifndef _VERSION_H
|
||
|
|
||
|
#define EXFAT_PROGS_VERSION "1.1.1"
|
||
|
|
||
|
#endif /* !_VERSION_H */
|