From 743c344ce39be92926cadef38ff3d119706b7447 Mon Sep 17 00:00:00 2001 From: Feng Date: Sun, 2 Apr 2023 17:53:35 +0200 Subject: [PATCH] update version to date --- matrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.hpp b/matrix.hpp index 5fc4013..94a3f79 100644 --- a/matrix.hpp +++ b/matrix.hpp @@ -45,7 +45,7 @@ static_assert( __cplusplus >= 201709L, "C++20 is a must for this library, please namespace feng { - constexpr std::uint_least64_t matrix_version = 20230331ULL; + constexpr std::uint_least64_t matrix_version = 20230402ULL; #ifdef PARALLEL constexpr std::uint_least64_t parallel_mode = 1;