Skip to content

Commit 24e990e

Browse files
committed
Bump version to 2.3.7
1 parent 9b8715e commit 24e990e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs_src/manuals/getting_started/code/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(GridTools-laplacian LANGUAGES CXX)
44

55
set(CMAKE_CXX_EXTENSIONS OFF) # Currently required for HIP
66

7-
find_package(GridTools 2.3.6 REQUIRED QUIET)
7+
find_package(GridTools 2.3.7 REQUIRED QUIET)
88

99
if(TARGET GridTools::stencil_cpu_ifirst)
1010
add_executable(gt_laplacian test_gt_laplacian.cpp)

Diff for: version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.6
1+
2.3.7

0 commit comments

Comments
 (0)