Skip to content

Commit

Permalink
increase version number in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
holke committed Jul 15, 2022
1 parent ea85f98 commit 4ac4335
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
* 0.9.0
* 0.10.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 = 9;
const int minor_version = 10;

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

0 comments on commit 4ac4335

Please sign in to comment.