xref: /aosp_15_r20/external/exfatprogs/include/version.h (revision 508ec739de867a7549a0b8584942a00612dc5f1c)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  *  Copyright (C) 2020 Namjae Jeon <[email protected]>
4  */
5 
6 #ifndef _VERSION_H
7 
8 #define EXFAT_PROGS_VERSION "1.2.1"
9 
10 #endif /* !_VERSION_H */
11