From d8a8c87cdef3fc0f09c56a89ea2a170648c0cde6 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 22 Dec 2020 11:50:40 -0500 Subject: Post-release version increment --- config_ver.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config_ver.h') diff --git a/config_ver.h b/config_ver.h index 9bf5b387..be8aef2f 100644 --- a/config_ver.h +++ b/config_ver.h @@ -20,9 +20,9 @@ // necessarily the version of the library built as a shared object if // versions are inadvertently mixed and matched. #define CRYPTOPP_MAJOR 8 -#define CRYPTOPP_MINOR 3 +#define CRYPTOPP_MINOR 4 #define CRYPTOPP_REVISION 0 -#define CRYPTOPP_VERSION 830 +#define CRYPTOPP_VERSION 840 // Compiler version macros -- cgit v1.2.1