diff options
Diffstat (limited to '')
-rw-r--r-- | include/version.h | 10 | ||||
-rw-r--r-- | include/version.h.rej | 9 |
2 files changed, 19 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 */ diff --git a/include/version.h.rej b/include/version.h.rej new file mode 100644 index 0000000..e7c2573 --- /dev/null +++ b/include/version.h.rej @@ -0,0 +1,9 @@ +diff a/include/version.h b/include/version.h (rejected hunks) +@@ -6,6 +6,6 @@ + #ifndef _VERSION_H + + #define EXFAT_PROGS_VERSION "1.1.2" +-#define WEBOS_EXFAT_PROGS_VERSION "webos-1.1.2-8" ++#define WEBOS_EXFAT_PROGS_VERSION "webos-1.1.2-9" + + #endif /* !_VERSION_H */ |