From 9f9a73e9b45da4e41d0bcb172acab6a67c3ada9c Mon Sep 17 00:00:00 2001 From: Krista Bennett Date: Fri, 25 Jun 2021 22:26:56 +0200 Subject: [PATCH] bumped patch for next release --- src/pEpEngine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pEpEngine.h b/src/pEpEngine.h index 22897d33..5778d8ea 100644 --- a/src/pEpEngine.h +++ b/src/pEpEngine.h @@ -25,10 +25,10 @@ extern "C" { // RELEASE version this targets // (string: major.minor.patch) -#define PEP_ENGINE_VERSION "3.1.1" +#define PEP_ENGINE_VERSION "3.1.2" #define PEP_ENGINE_VERSION_MAJOR 3 #define PEP_ENGINE_VERSION_MINOR 1 -#define PEP_ENGINE_VERSION_PATCH 1 +#define PEP_ENGINE_VERSION_PATCH 2 #define PEP_ENGINE_VERSION_RC 0