aboutsummaryrefslogtreecommitdiffstats
path: root/community/genext2fs/version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/genext2fs/version.patch')
-rw-r--r--community/genext2fs/version.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/community/genext2fs/version.patch b/community/genext2fs/version.patch
new file mode 100644
index 00000000000..4c9d39f5f70
--- /dev/null
+++ b/community/genext2fs/version.patch
@@ -0,0 +1,26 @@
+From 1ff83191311140fabccd27707200fc897bccc2dc Mon Sep 17 00:00:00 2001
+From: George Hopkins <george-hopkins@null.net>
+Date: Mon, 31 May 2021 11:40:12 +0200
+Subject: [PATCH] Fix version
+
+https://github.com/bestouff/genext2fs/issues/28
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index d01e94c..4badd25 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -2,7 +2,7 @@
+ # Process this file with autoconf to produce a configure script.
+
+ AC_PREREQ(2.59)
+-AC_INIT([genext2fs], [1.4.2])
++AC_INIT([genext2fs], [1.5.0])
+ AC_CONFIG_SRCDIR([genext2fs.c])
+
+ builtin(include, [m4/ac_func_snprintf.m4])dnl
+--
+2.17.1
+