Skip to content

Commit 5fb48c4

Browse files
committed
Bump version to 2.3.9
1 parent 409a7dd commit 5fb48c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8 REQUIRED QUIET)
7+
find_package(GridTools 2.3.9 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.8
1+
2.3.9

0 commit comments

Comments
 (0)