From 4afcd64480dd22b43c7286f9ffbaa760455b4c44 Mon Sep 17 00:00:00 2001 From: deepgully Date: Sat, 16 Feb 2019 22:07:38 +0800 Subject: [PATCH] bump to v0.2.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b6c177f2..a191d40a3 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.2.13) +set(PROJECT_VERSION 0.2.16) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)