Skip to content

Commit

Permalink
bump version to 1.6 in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Sep 7, 2021
1 parent 4f80705 commit f91b6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f91b6b4

Please sign in to comment.