From 440ba5fbb40283b14a9e235f2d519c323bfa1f18 Mon Sep 17 00:00:00 2001 From: Mario Gonzalez Date: Mon, 17 Apr 2023 11:13:28 -0400 Subject: [PATCH] configure.in: bumping to 5.4.1 release. This release contains all changes related to the new pg-backupapi mode along with the related documentation. In the previous release, we didn't include any documentation at all, just the required C code. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 00d4b63c..fa3ea379 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([repmgr],[5.4.1],[repmgr@googlegroups.com],[repmgr],[https://repmgr.org/]) +AC_INIT([repmgr],[5.4.1],[repmgr@googlegroups.com],[repmgr],[https://www.repmgr.org/]) AC_COPYRIGHT([Copyright (c) 2010-2021, EnterpriseDB Corporation])