]> gitweb.michael.orlitzky.com - apply-default-acl.git/commitdiff
configure.ac: update the version to 0.4.4. v0.4.4
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 1 Jun 2020 21:16:09 +0000 (17:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 1 Jun 2020 21:16:09 +0000 (17:16 -0400)
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

index 917dd51a3264d913a8fec608d1811f8862d704c3..34abc0b259e77f2e846d18fe5419897905d90a31 100644 (file)
@@ -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])