new RC, just to set PEP_ENGINE_VERSION_RC correctly

Add comment.  Intentionally skip one version in the definition.
ENGINE-964 Release_3.2.0-RC6
positron 1 year ago
parent 7d20dba1a1
commit ed75ed1319

@ -29,7 +29,9 @@ extern "C" {
#define PEP_ENGINE_VERSION_MAJOR 3
#define PEP_ENGINE_VERSION_MINOR 2
#define PEP_ENGINE_VERSION_PATCH 0
#define PEP_ENGINE_VERSION_RC 5
// This should be the index of the last already released RC. In practice, if
// the release candidate N is about to be tagged, this should be defined as N+1.
#define PEP_ENGINE_VERSION_RC 7 // the last RC was 6
#define PEP_OWN_USERID "pEp_own_userId"

Loading…
Cancel
Save