Bump master branch to 4.5dev

Note that the next release is intended to be 5.0 to coincide with the
release of PostgreSQL 12; 4.5 is currently a placeholder in case we
need to push out a feature release before then.
This commit is contained in:
Ian Barwick
2019-06-04 14:26:48 +09:00
parent 703a483e81
commit 456a95f159
5 changed files with 15 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
AC_INIT([repmgr], [4.4], [repmgr@googlegroups.com], [repmgr], [https://repmgr.org/])
AC_INIT([repmgr], [4.5], [repmgr@googlegroups.com], [repmgr], [https://repmgr.org/])
AC_COPYRIGHT([Copyright (c) 2010-2019, 2ndQuadrant Ltd.])