From 465974949c0d8b8f2bd0f42880f62d761f5c0d0c Mon Sep 17 00:00:00 2001 From: Alexandre Cassen Date: Sun, 3 Nov 2024 21:37:09 +0100 Subject: [PATCH] keepalived-2.3.2 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 06940e6c09..847497801a 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ m4_ifndef([AS_VAR_COPY], dnl ----[ Process this file with autoconf to produce a configure script ]---- AC_PREREQ([2.63]) -AC_INIT([Keepalived], [2.3.1], [keepalived-users@groups.io], [], [http://www.keepalived.org/]) +AC_INIT([Keepalived], [2.3.2], [keepalived-users@groups.io], [], [http://www.keepalived.org/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_LANG([C])