diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:51:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:51:57 +0000 |
commit | 107a9fe33b588acf0db45f3944683a134634a454 (patch) | |
tree | 62e7a2928b706f9f34c2d5a4e1227888cfc537c5 /include/version.h | |
parent | Initial commit. (diff) | |
download | exfatprogs-107a9fe33b588acf0db45f3944683a134634a454.tar.xz exfatprogs-107a9fe33b588acf0db45f3944683a134634a454.zip |
Adding upstream version 1.2.0.upstream/1.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include/version.h')
-rw-r--r-- | include/version.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/version.h b/include/version.h new file mode 100644 index 0000000..b0348d6 --- /dev/null +++ b/include/version.h @@ -0,0 +1,10 @@ +/* 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 */ |