Creating release commit for v1.6.1

This commit is contained in:
Dominic Hamon 2022-01-10 19:14:27 +00:00
parent 0e78738a25
commit 0d98dba29d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ foreach(p
endif()
endforeach()
project (benchmark VERSION 1.6.0 LANGUAGES CXX)
project (benchmark VERSION 1.6.1 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)

View File

@ -66,7 +66,7 @@ __all__ = [
"oLambda",
]
__version__ = "0.2.0"
__version__ = "1.6.1"
class __OptionMaker: