Skip to content

Commit 5612fd3

Browse files
committed
version 3.0.0
1 parent 95b968b commit 5612fd3

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: t8code
2-
version: 2.0.0
3-
date-released: "2024-04-19"
2+
version: 3.0.0
3+
date-released: "2024-10-29"
44
repository-code: "https://github.com/dlr-amr/t8code"
55
url: "https://dlr-amr.github.io/t8code/"
66
doi: "10.5281/zenodo.7034838"
@@ -66,6 +66,10 @@ authors:
6666
email: "Prasanna.Ponnusamy@dlr.de"
6767
affiliation: "German Aerospace Center (DLR)"
6868
orcid: "https://orcid.org/0000-0002-4950-7297"
69+
given-names: Ole
70+
family-names: Albers
71+
email: "Ole.Albers@dlr.de"
72+
affiliation: "German Aerospace Center (DLR)"
6973
#Contributors
7074
- given-names: Veli
7175
family-names: Uenlue

test/t8_gtest_version.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
TEST (t8_gtest_version, major_version)
3434
{
3535
/* Change this number when you increase the major version. */
36-
const int major_version = 2;
36+
const int major_version = 3;
3737

3838
EXPECT_EQ (t8_get_version_major (), major_version);
3939
}

0 commit comments

Comments
 (0)