From 46cdf6066c50bbe134aba181d8a32131ad6cc1ab Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 12 Aug 2021 17:24:54 +0200 Subject: [PATCH] Bumped header patch number for NEXT release --- src/pEpEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pEpEngine.h b/src/pEpEngine.h index 689eeaa10..f181513e9 100644 --- a/src/pEpEngine.h +++ b/src/pEpEngine.h @@ -29,7 +29,7 @@ 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 2 +#define PEP_ENGINE_VERSION_RC 3 #define PEP_OWN_USERID "pEp_own_userId"