Skip to content

Commit

Permalink
Update t8_gtest_version.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
holke authored Feb 27, 2023
1 parent 115a630 commit 7430a57
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.0.0
* 1.1.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 = 0;
const int minor_version = 1;

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

0 comments on commit 7430a57

Please sign in to comment.