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,5 +1,5 @@
#define REPMGR_VERSION_DATE ""
#define REPMGR_VERSION "5.0"
#define REPMGR_VERSION "5.0.0"
#define REPMGR_VERSION_NUM 50000
#define REPMGR_RELEASE_DATE "2019-10-15"
#define PG_ACTUAL_VERSION_NUM