From 0f46ed71154afcfca2ba410fda49e47e45614afc Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Thu, 26 May 2022 19:59:16 +0200 Subject: [PATCH] GCryptLib version bump --- GCryptLib/include/GCrypt/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCryptLib/include/GCrypt/Version.h b/GCryptLib/include/GCrypt/Version.h index 171c1f9..a5623c2 100644 --- a/GCryptLib/include/GCrypt/Version.h +++ b/GCryptLib/include/GCrypt/Version.h @@ -1,7 +1,7 @@ #ifndef GCRYPT_VERSION_H #define GCRYPT_VERSION_H -#define GCRYPT_VERSION 0.234 +#define GCRYPT_VERSION 0.235 #endif