Skip to content

Commit

Permalink
Bump version to 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Oct 30, 2024
1 parent 6c600e4 commit 891533a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs_src/manuals/getting_started/code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(GridTools-laplacian LANGUAGES CXX)

set(CMAKE_CXX_EXTENSIONS OFF) # Currently required for HIP

find_package(GridTools 2.3.5 REQUIRED QUIET)
find_package(GridTools 2.3.6 REQUIRED QUIET)

if(TARGET GridTools::stencil_cpu_ifirst)
add_executable(gt_laplacian test_gt_laplacian.cpp)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.5
2.3.6

0 comments on commit 891533a

Please sign in to comment.