From bcaf05faebae1de7e82dcab0fadbe6d5cf8361fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 17 May 2017 22:03:31 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.10.0.dev2=20=E2=86=92=200.1?= =?UTF-8?q?0.0.dev3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 626e09e06..53ffd7cce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.0.dev2 +current_version = 0.10.0.dev3 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?Prc|\.dev)(?P\d+))? diff --git a/CMakeLists.txt b/CMakeLists.txt index ca9076119..3fa768d38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ HunterGate( project(ethminer) -set(PROJECT_VERSION 0.10.0.dev2) +set(PROJECT_VERSION 0.10.0.dev3) # link_directories interprate relative paths with respect to CMAKE_CURRENT_SOURCE_DIR cmake_policy(SET CMP0015 NEW)