From 3dfeade365812d926ec8246841bfdbf0fca3d55d Mon Sep 17 00:00:00 2001 From: Sandro Elsweijer Date: Fri, 1 Dec 2023 11:13:01 +0100 Subject: [PATCH] update version number to 1.6.0 --- test/t8_gtest_version.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/t8_gtest_version.cxx b/test/t8_gtest_version.cxx index 52c1a53c3a..d87b811d37 100644 --- a/test/t8_gtest_version.cxx +++ b/test/t8_gtest_version.cxx @@ -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. */ @@ -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); }