From ed75ed131916d2412fb44334c3ce9070b5260bb0 Mon Sep 17 00:00:00 2001 From: Luca Saiu Date: Thu, 30 Sep 2021 15:08:03 +0200 Subject: [PATCH] new RC, just to set PEP_ENGINE_VERSION_RC correctly Add comment. Intentionally skip one version in the definition. --- src/pEpEngine.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pEpEngine.h b/src/pEpEngine.h index 1aa94503..ae4c87da 100644 --- a/src/pEpEngine.h +++ b/src/pEpEngine.h @@ -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"