From 8ec3b2a5367c8f4a52d337519a52eb0c9cc1378c Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 7 Jun 2018 15:08:48 +0900 Subject: [PATCH] Bump version 4.0.6 --- configure.in | 2 +- repmgr_version.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 4b626ff7..d9f9b72b 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT([repmgr], [4.0.5], [pgsql-bugs@postgresql.org], [repmgr], [https://2ndquadrant.com/en/resources/repmgr/]) +AC_INIT([repmgr], [4.0.6], [pgsql-bugs@postgresql.org], [repmgr], [https://2ndquadrant.com/en/resources/repmgr/]) AC_COPYRIGHT([Copyright (c) 2010-2018, 2ndQuadrant Ltd.]) diff --git a/repmgr_version.h.in b/repmgr_version.h.in index adbe8c37..eb60d0c7 100644 --- a/repmgr_version.h.in +++ b/repmgr_version.h.in @@ -1,3 +1,3 @@ #define REPMGR_VERSION_DATE "" -#define REPMGR_VERSION "4.0.5" +#define REPMGR_VERSION "4.0.6"