From f4e2a67d0b59a44aad763adadb68a48f76d8372f Mon Sep 17 00:00:00 2001 From: Genoil Date: Fri, 17 Jun 2016 12:49:44 +0200 Subject: [PATCH] version + mention --- CMakeLists.txt | 2 +- ethminer/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b99788f9d..ee92ea33f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.12) set(PROJECT_VERSION "0.9.41") -set(GENOIL_VERSION "1.1.4") +set(GENOIL_VERSION "1.1.5") if (${CMAKE_VERSION} VERSION_GREATER 3.0) cmake_policy(SET CMP0042 OLD) # fix MACOSX_RPATH cmake_policy(SET CMP0048 NEW) # allow VERSION argument in project() diff --git a/ethminer/main.cpp b/ethminer/main.cpp index dcf2bdaf5..7b38f18c3 100644 --- a/ethminer/main.cpp +++ b/ethminer/main.cpp @@ -72,7 +72,7 @@ int main(int argc, char** argv) cout << "=====================================================================" << endl; cout << "Forked from github.com/ethereum/cpp-ethereum" << endl; cout << "CUDA kernel ported from Tim Hughes' OpenCL kernel" << endl; - cout << "With contributions from nerdralph, RoBiK, tpruvot and sp_ " << endl << endl; + cout << "With contributions from nicehash, nerdralph, RoBiK and sp_ " << endl << endl; cout << "Please consider a donation to:" << endl; cout << "ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d" << endl << endl;