Ensure next release is 5.1, not 5.1.0

This commit is contained in:
Ian Barwick
2020-04-03 14:57:17 +09:00
parent 780453e168
commit 59159dede7
4 changed files with 15 additions and 15 deletions

View File

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