1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/genext2fs/version.patch
George Hopkins cabf1437a7 testing/genext2fs: new aport
http://genext2fs.sourceforge.net/
Generate ext2 filesystems as a normal user
2021-05-31 10:38:23 +00:00

26 lines
673 B
Diff

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