diff options
author | Dominic Hamon <dma+github@stripysock.com> | 2022-07-25 12:35:38 +0100 |
---|---|---|
committer | Dominic Hamon <dma+github@stripysock.com> | 2022-07-25 12:35:38 +0100 |
commit | 361e8d1cfe0c6c36d30b39f1b61302ece5507320 (patch) | |
tree | 5930872499d4726bcf57e2c285e18027c5924243 | |
parent | ef7f75fb182fc23d03b4a3ecd09cc325ac125dfd (diff) | |
download | google-benchmark-1.7.0.tar.gz google-benchmark-1.7.0.zip |
version bumpv1.7.0
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | bindings/python/google_benchmark/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a44613e..2058eff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ foreach(p endif() endforeach() -project (benchmark VERSION 1.6.2 LANGUAGES CXX) +project (benchmark VERSION 1.7.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) diff --git a/bindings/python/google_benchmark/__init__.py b/bindings/python/google_benchmark/__init__.py index 4d57c71..b249ca8 100644 --- a/bindings/python/google_benchmark/__init__.py +++ b/bindings/python/google_benchmark/__init__.py @@ -68,7 +68,7 @@ __all__ = [ "State", ] -__version__ = "1.6.2" +__version__ = "1.7.0" class __OptionMaker: |