Skip to content

Commit

Permalink
update version to date
Browse files Browse the repository at this point in the history
  • Loading branch information
fengwang committed Apr 2, 2023
1 parent 7bdea67 commit 743c344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 743c344

Please sign in to comment.