From 0d82b1fa1e60b10c3529910a0e2894e93fd680c1 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Wed, 17 Oct 2018 00:59:01 -0700 Subject: [PATCH] Version 0.17.0-alpha.1.ubqhash --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e990443ed6..cbf9b421ed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.0-alpha.1 +current_version = 0.17.0-alpha.1.ubqhash commit = True message = ethminer {new_version} diff --git a/CMakeLists.txt b/CMakeLists.txt index cdc87852d7..483ada3070 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ HunterGate( ) project(ethminer) -set(PROJECT_VERSION 0.17.0-alpha.1) +set(PROJECT_VERSION 0.17.0-alpha.1.ubqhash) cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release RelWithDebInfo)