mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Until now the extension version has always moved in lock-step with the binary version, but that doesn't always need to be the case, so make it possible to have an extension version which does not match the binary version.
8 lines
242 B
C
8 lines
242 B
C
#define REPMGR_VERSION_DATE ""
|
|
#define REPMGR_VERSION "5.3dev"
|
|
#define REPMGR_VERSION_NUM 50300
|
|
#define REPMGR_EXTENSION_VERSION "5.2"
|
|
#define REPMGR_EXTENSION_NUM 50200
|
|
#define REPMGR_RELEASE_DATE "2021-XX-XX"
|
|
#define PG_ACTUAL_VERSION_NUM
|