mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
26 lines
673 B
Diff
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
|
|
|