From ed514b5460b0b5090d7f11d2af3f1de2b96e84c7 Mon Sep 17 00:00:00 2001 From: PONS Jean-Luc Date: Mon, 10 Aug 2020 16:33:14 +0200 Subject: [PATCH] Update release number --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 717f892..df07620 100644 --- a/main.cpp +++ b/main.cpp @@ -25,7 +25,7 @@ #include "hash/sha512.h" #include "hash/sha256.h" -#define RELEASE "1.18" +#define RELEASE "1.19" using namespace std;