From: Michael Orlitzky Date: Mon, 1 Jun 2020 21:16:09 +0000 (-0400) Subject: configure.ac: update the version to 0.4.4. X-Git-Tag: v0.4.4^0 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=e0050218ada7182650d182a8f85ea50e9a83a907 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. --- 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])