Files
repmgr/repmgr_version.h.in
Ian Barwick 674c06d01c Decouple extension version check from binary version
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.
2020-10-30 14:42:58 +09:00

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