Bump version number

5.4.1

Signed-off-by: Israel Barth Rubio <israel.barth@enterprisedb.com>
This commit is contained in:
Israel Barth Rubio
2023-07-04 08:41:22 -03:00
parent 9ab4acea78
commit 7a84e34630
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
AC_INIT([repmgr], [5.4.0], [repmgr@googlegroups.com], [repmgr], [https://repmgr.org/])
AC_INIT([repmgr],[5.4.1],[repmgr@googlegroups.com],[repmgr],[https://repmgr.org/])
AC_COPYRIGHT([Copyright (c) 2010-2021, EnterpriseDB Corporation])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADERS([config.h])
AC_ARG_VAR([PG_CONFIG], [Location to find pg_config for target PostgreSQL (default PATH)])