Skip to content

Commit e911c71

Browse files
committed
update version number
1 parent 0f54c22 commit e911c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/t8_gtest_version.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ TEST (t8_gtest_version, major_version)
4242
TEST (t8_gtest_version, minor_version)
4343
{
4444
/* Change this number when you increase the minor version. */
45-
const int minor_version = 4;
45+
const int minor_version = 5;
4646

4747
EXPECT_EQ (t8_get_version_minor (), minor_version);
4848
}

0 commit comments

Comments
 (0)