mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
repmgr requires that the same "major version" (e.g. 4.3) is present on all nodes, otherwise - particularly in the case of repmgrd - it's highly likely things won't work as expected. Implements part of GitHub #515.
4 lines
96 B
C
4 lines
96 B
C
#define REPMGR_VERSION_DATE ""
|
|
#define REPMGR_VERSION "4.3dev"
|
|
#define REPMGR_VERSION_NUM 40300
|