Skip to content

Commit

Permalink
Merge pull request #984 from aprokop/update_version
Browse files Browse the repository at this point in the history
Update version to 1.6 dev
  • Loading branch information
aprokop authored Dec 19, 2023
2 parents 4bf64b8 + 037add9 commit 2311f90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ install(EXPORT ArborXTargets
DESTINATION lib/cmake/ArborX
)

set(ARBORX_VERSION_STRING "1.5 (dev)")
set(ARBORX_VERSION_STRING "1.6 (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 Expand Up @@ -126,7 +126,7 @@ configure_package_config_file(cmake/ArborXConfig.cmake.in
)
write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/ArborXConfigVersion.cmake
VERSION ${ARBORX_VERSION_STRING}
COMPATIBILITY SameMajorVersion
COMPATIBILITY AnyNewerVersion
)
install(FILES
${CMAKE_CURRENT_BINARY_DIR}/ArborXConfig.cmake
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.5 REQUIRED)
find_package(ArborX 1.6 REQUIRED)
enable_testing()
endif()

Expand Down

0 comments on commit 2311f90

Please sign in to comment.