diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:16:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:16:44 +0000 |
commit | 367f23a94b60c40f76716e2e50566b686baf36b8 (patch) | |
tree | 3b6280f7c05bee0df7f9109958a44bfbc54d7639 /include/version.h | |
parent | Initial commit. (diff) | |
download | exfatprogs-upstream/1.2.2.tar.xz exfatprogs-upstream/1.2.2.zip |
Adding upstream version 1.2.2.upstream/1.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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..f3cf9e2 --- /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.2" + +#endif /* !_VERSION_H */ |