From 91819c97233826c88462278e3cf93a880b70d681 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 22 May 2022 17:30:15 +0200 Subject: [PATCH] Bump gcryptlib version --- 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 801185e..ff66ec4 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 GHETTOCRYPT_VERSION 0.22 +#define GCRYPT_VERSION 0.23 #endif