From a6d291a286a9b75bb03f22375bf1382e5271ac03 Mon Sep 17 00:00:00 2001 From: deepgully Date: Wed, 20 Feb 2019 21:32:21 +0800 Subject: [PATCH] bump to 0.2.20 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a191d40a3..4675c0d50 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.2.16) +set(PROJECT_VERSION 0.2.20) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)