mirror of
https://github.com/openharmony/third_party_exfatprogs.git
synced 2026-07-01 08:41:12 -04:00
d7e510c332
Signed-off-by: psycho <wangmingxuan6@h-partners.com>
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.2.0"
|
|
|
|
#endif /* !_VERSION_H */
|