From 5231b087f56567ec63d2074cb2e975eb8298a029 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 23 Sep 2021 17:23:43 -0400 Subject: [PATCH] Update version string --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 629b54164..6ffc8b59f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ install(EXPORT ArborXTargets DESTINATION lib/cmake/ArborX ) -set(ARBORX_VERSION_STRING "1.1 (dev)") +set(ARBORX_VERSION_STRING "1.1") # Make sure that the git hash in ArborX_Version.hpp is considered to be always # out of date, and thus is updated every recompile.