bump version to 1.6 in preparation for release

This commit is contained in:
Dominic Hamon 2021-09-07 12:18:34 +01:00
parent 4f8070590c
commit f91b6b42b1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ foreach(p
endif()
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_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)