Skip to content

Commit 743c344

Browse files
committed
update version to date
1 parent 7bdea67 commit 743c344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matrix.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static_assert( __cplusplus >= 201709L, "C++20 is a must for this library, please
4545

4646
namespace feng
4747
{
48-
constexpr std::uint_least64_t matrix_version = 20230331ULL;
48+
constexpr std::uint_least64_t matrix_version = 20230402ULL;
4949

5050
#ifdef PARALLEL
5151
constexpr std::uint_least64_t parallel_mode = 1;

0 commit comments

Comments
 (0)