From 362df48368ea45818703953ba09e847e8270f70e Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 11 Dec 2018 16:20:44 -0500 Subject: [PATCH] configure.ac: update to version 0.4.2. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3b3f5cb..6aeafec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([apply-default-acl], [0.4.1], [michael@orlitzky.com]) +AC_INIT([apply-default-acl], [0.4.2], [michael@orlitzky.com]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) AC_CONFIG_FILES([Makefile src/Makefile]) AC_CONFIG_SRCDIR([src/apply-default-acl.c]) -- 2.43.2