From 87bd37e071f853357ee62ac38c2425e759def07e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Tue, 18 Jun 2024 15:52:10 +0100 Subject: [PATCH] Release v1.6.1 --- Project.toml | 2 +- docs/src/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ca15531..f2f856b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "IPUToolkit" uuid = "92e0b95a-4011-435a-96f4-10064551ddbe" authors = ["Emily Dietrich ", "Luk Burchard ", "Mosè Giordano "] -version = "1.6.0" +version = "1.6.1" [deps] Clang = "40e3b903-d033-50b4-a0cc-940c62c95e31" diff --git a/docs/src/index.md b/docs/src/index.md index f3be239..748d4f5 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -30,7 +30,7 @@ Other versions of the Poplar SDK are not currently supported. * the Poplar SDK version 2.2 uses LLVM 13, which is available in Julia v1.8; * the Poplar SDK versions 2.3-2.5 use LLVM 14, which is available in Julia v1.9; * the Poplar SDK versions 2.6-3.2 use LLVM 15, which is available in Julia v1.10; - * the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11. + * the Poplar SDK version 3.3 uses LLVM 16, which is available in Julia v1.11 (NOTE: this combination has ***not** been tested yet and is likely not to work at the moment). ## Installation