From 812b8f8065be2e584a0b41771c4e681fd760b93f Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 19 Aug 2021 13:42:08 +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 a8310bda..2c97df92 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 4 +#define PEP_ENGINE_VERSION_RC 5 #define PEP_OWN_USERID "pEp_own_userId"