summaryrefslogtreecommitdiffstats
path: root/include/version.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:51:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 09:51:57 +0000
commit107a9fe33b588acf0db45f3944683a134634a454 (patch)
tree62e7a2928b706f9f34c2d5a4e1227888cfc537c5 /include/version.h
parentInitial commit. (diff)
downloadexfatprogs-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.h10
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 */