aboutsummaryrefslogtreecommitdiffstats
path: root/testing/genext2fs/version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/genext2fs/version.patch')
-rw-r--r--testing/genext2fs/version.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/genext2fs/version.patch b/testing/genext2fs/version.patch
deleted file mode 100644
index 4c9d39f5f70..00000000000
--- a/testing/genext2fs/version.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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
-