From 840e8b421610cfc825639b4e507057e7956fd114 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 26 May 2020 20:06:49 -0400 Subject: [PATCH] configure.ac: bump the version number to 0.4.3. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.43.2