From: Michael Orlitzky Date: Wed, 27 May 2020 00:06:49 +0000 (-0400) Subject: configure.ac: bump the version number to 0.4.3. X-Git-Tag: v0.4.3~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=840e8b421610cfc825639b4e507057e7956fd114 configure.ac: bump the version number to 0.4.3. --- diff --git a/configure.ac b/configure.ac index 3213494..917dd51 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([apply-default-acl], [0.4.2], [michael@orlitzky.com]) +AC_INIT([apply-default-acl], [0.4.3], [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])