Skip to content

Commit

Permalink
bump version to v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed May 30, 2021
1 parent 0e1255a commit bc5651e
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.3 LANGUAGES CXX)
project (benchmark VERSION 1.5.4 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 bc5651e

Please sign in to comment.