mirror of https://github.com/google/benchmark.git
bump version to 1.6 in preparation for release
This commit is contained in:
parent
4f8070590c
commit
f91b6b42b1
|
@ -13,7 +13,7 @@ foreach(p
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
project (benchmark VERSION 1.5.6 LANGUAGES CXX)
|
project (benchmark VERSION 1.6.0 LANGUAGES CXX)
|
||||||
|
|
||||||
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
|
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
|
||||||
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
|
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
|
||||||
|
|
Loading…
Reference in New Issue