Change version number from 5.0 to 5.0.0

Previous initial "major" releases were two-element only (e.g. 4.4);
beginning from repmgr 5 we want to ensure all version numbers have
three elements, for general consistency, including the generation
of package names.
This commit is contained in:
Ian Barwick
2019-10-15 11:01:03 +09:00
parent 8a38188c47
commit fdb61a1dea
3 changed files with 11 additions and 11 deletions

View File

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