From e0050218ada7182650d182a8f85ea50e9a83a907 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 1 Jun 2020 17:16:09 -0400 Subject: [PATCH] configure.ac: update the version to 0.4.4. I forgot to push the old release tarball live, and Gentoo mirrored a distfile that doesn't exist and the checksum doesn't match the real version 0.4.3. Let's just make a 0.4.4 that's identical but that will have a different tarball name. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 917dd51..34abc0b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([apply-default-acl], [0.4.3], [michael@orlitzky.com]) +AC_INIT([apply-default-acl], [0.4.4], [michael@orlitzky.com]) # Store build artifacts in this directory to keep the house clean. AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz tar-ustar]) -- 2.43.2