Skip to content

Commit

Permalink
Update version to 1.7 dev
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Apr 12, 2024
1 parent a007c29 commit 3ac1ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ install(EXPORT ArborXTargets
DESTINATION lib/cmake/ArborX
)

set(ARBORX_VERSION_STRING "1.6 (dev)")
set(ARBORX_VERSION_STRING "1.7 (dev)")

# Make sure that the git hash in ArborX_Version.hpp is considered to be always
# out of date, and thus is updated every recompile.
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
cmake_minimum_required(VERSION 3.16)
project(ArborXExamples CXX)
find_package(ArborX 1.6 REQUIRED)
find_package(ArborX 1.7 REQUIRED)
enable_testing()
endif()

Expand Down

0 comments on commit 3ac1ffc

Please sign in to comment.