Skip to content

Commit

Permalink
version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ole-alb committed Oct 29, 2024
1 parent 95b968b commit 5612fd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: t8code
version: 2.0.0
date-released: "2024-04-19"
version: 3.0.0
date-released: "2024-10-29"
repository-code: "https://github.com/dlr-amr/t8code"
url: "https://dlr-amr.github.io/t8code/"
doi: "10.5281/zenodo.7034838"
Expand Down Expand Up @@ -66,6 +66,10 @@ authors:
email: "Prasanna.Ponnusamy@dlr.de"
affiliation: "German Aerospace Center (DLR)"
orcid: "https://orcid.org/0000-0002-4950-7297"
given-names: Ole
family-names: Albers
email: "Ole.Albers@dlr.de"
affiliation: "German Aerospace Center (DLR)"
#Contributors
- given-names: Veli
family-names: Uenlue
Expand Down
2 changes: 1 addition & 1 deletion test/t8_gtest_version.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
TEST (t8_gtest_version, major_version)
{
/* Change this number when you increase the major version. */
const int major_version = 2;
const int major_version = 3;

EXPECT_EQ (t8_get_version_major (), major_version);
}
Expand Down

0 comments on commit 5612fd3

Please sign in to comment.