-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5.4.1 Signed-off-by: Israel Barth Rubio <[email protected]>
- Loading branch information
1 parent
9ab4ace
commit 7a84e34
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
AC_INIT([repmgr], [5.4.0], [[email protected]], [repmgr], [https://repmgr.org/]) | ||
AC_INIT([repmgr],[5.4.1],[[email protected]],[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)]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#define REPMGR_VERSION_DATE "" | ||
#define REPMGR_VERSION "5.4dev" | ||
#define REPMGR_VERSION_NUM 50400 | ||
#define REPMGR_VERSION "5.4.1" | ||
#define REPMGR_VERSION_NUM 50401 | ||
#define REPMGR_EXTENSION_VERSION "5.4" | ||
#define REPMGR_EXTENSION_NUM 50400 | ||
#define REPMGR_RELEASE_DATE "2022-XX-XX" | ||
#define REPMGR_RELEASE_DATE "2023-07-04" | ||
#define PG_ACTUAL_VERSION_NUM |