Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
5.4.1

Signed-off-by: Israel Barth Rubio <israel.barth@enterprisedb.com>
  • Loading branch information
barthisrael committed Jul 4, 2023
1 parent 9ab4ace commit 7a84e34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
@@ -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)])

Expand Down
6 changes: 3 additions & 3 deletions repmgr_version.h.in
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

0 comments on commit 7a84e34

Please sign in to comment.