From fc18f37c05b2f524954dc79431f3ba6e829d0f94 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 24 Jun 2018 18:28:55 -0400 Subject: [PATCH] configure.ac: update to version 0.4.1. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c16c0d7..3b3f5cb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([apply-default-acl], [0.4.0], [michael@orlitzky.com]) +AC_INIT([apply-default-acl], [0.4.1], [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