From 594a20426b019b315f031f64dac36d767141523c Mon Sep 17 00:00:00 2001 From: Johannes Markert Date: Wed, 6 Dec 2023 09:46:53 +0100 Subject: [PATCH] Updated citation and test files to new patch release 1.6.1. --- CITATION.cff | 4 ++-- test/t8_gtest_version.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6a9a8f82e5..40531fd4aa 100755 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,6 +1,6 @@ title: t8code -version: 1.6.0 -date-released: "2023-12-01" +version: 1.6.1 +date-released: "2023-12-06" repository-code: "https://github.com/dlr-amr/t8code" url: "https://dlr-amr.github.io/t8code/" doi: "10.5281/zenodo.7034838" diff --git a/test/t8_gtest_version.cxx b/test/t8_gtest_version.cxx index d87b811d37..95eba43cad 100644 --- a/test/t8_gtest_version.cxx +++ b/test/t8_gtest_version.cxx @@ -27,7 +27,7 @@ /* The following three tests check whether t8code computes the correct * version. * The current version of t8code is - * 1.6.0 + * 1.6.1 * If you increase the major or minor version number, you need to adjust these tests and * this comment. */