Skip to content

Commit 08e2453

Browse files
committed
Bump version to 2.3.8
1 parent b85f87f commit 08e2453

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs_src/manuals/getting_started/code/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.7 REQUIRED QUIET)
7+
find_package(GridTools 2.3.8 REQUIRED QUIET)
88

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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.7
1+
2.3.8

0 commit comments

Comments
 (0)