Skip to content

Commit

Permalink
Bump version to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Feb 15, 2023
1 parent a12fdb6 commit 7cd24d2
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.2.2 REQUIRED QUIET)
find_package(GridTools 2.2.3 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.2.2
2.2.3

0 comments on commit 7cd24d2

Please sign in to comment.