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.
This commit is contained in:
Ian Barwick
2020-10-30 14:42:58 +09:00
parent 970d7a136f
commit 674c06d01c
2 changed files with 10 additions and 6 deletions

View File

@@ -1,5 +1,7 @@
#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