Skip to content

Commit

Permalink
update version number to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Dec 1, 2023
1 parent 4de9e16 commit 3dfeade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/t8_gtest_version.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/* The following three tests check whether t8code computes the correct
* version.
* The current version of t8code is
* 1.5.0
* 1.6.0
* If you increase the major or minor version number, you need to adjust these tests and
* this comment. */

Expand All @@ -42,7 +42,7 @@ TEST (t8_gtest_version, major_version)
TEST (t8_gtest_version, minor_version)
{
/* Change this number when you increase the minor version. */
const int minor_version = 5;
const int minor_version = 6;

EXPECT_EQ (t8_get_version_minor (), minor_version);
}
Expand Down

0 comments on commit 3dfeade

Please sign in to comment.