From 5493d520a5cf0e05dd9ebc23ef57a4746fe7e548 Mon Sep 17 00:00:00 2001 From: Jean-Luc Pons Date: Fri, 22 Feb 2019 09:25:52 +0100 Subject: [PATCH] Updated release number --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index cd45b65..fb4ef6c 100644 --- a/main.cpp +++ b/main.cpp @@ -3,7 +3,7 @@ #include "Vanity.h" #include "SECP256k1.h" -#define RELEASE "1.0" +#define RELEASE "1.1" using namespace std;