From 0701c01bf4f4c68624db44614371b01abb75c3e0 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 23 Sep 2025 12:31:35 +0100 Subject: [PATCH] Prepare for 0.4.4 release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7a87b18b..cc339dec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([patchutils],[0.4.3]) +AC_INIT([patchutils],[0.4.4]) AC_CONFIG_SRCDIR(patchutils.spec.in) AC_CONFIG_HEADERS(config.h)