From d7a0cf08baf4346659fa2746d5685be8f097471c Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Tue, 3 Sep 2024 10:07:00 -0400 Subject: [PATCH] Switch to non-develop version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a5c5c3fa..8e231f81c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,7 +92,7 @@ install(EXPORT ArborXTargets DESTINATION lib/cmake/ArborX ) -set(ARBORX_VERSION_STRING "1.7 (dev)") +set(ARBORX_VERSION_STRING "1.7") # Make sure that the git hash in ArborX_Version.hpp is considered to be always # out of date, and thus is updated every recompile.