File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ set(DESCRIPTION "High Performance Combinatorics in C++ using vector instruction
2828 CACHE STRING "Project description." )
2929set (VERSION_MAJOR 1 CACHE STRING "Project major version number." )
3030set (VERSION_MINOR 0 CACHE STRING "Project minor version number." )
31- set (VERSION_PATCH 2 CACHE STRING "Project patch version number." )
31+ set (VERSION_PATCH 3 CACHE STRING "Project patch version number." )
3232mark_as_advanced (VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
3333
3434message (STATUS "**** Build type = ${CMAKE_BUILD_TYPE} " )
Original file line number Diff line number Diff line change 11# HPCombi
2- High Performance Combinatorics in C++ using vector instructions v1.0.2
2+ High Performance Combinatorics in C++ using vector instructions v1.0.3
33
44HPCombi is a C++17 header-only library using the SSE and AVX instruction sets,
55and some equivalents, for very fast manipulation of small combinatorial objects
You can’t perform that action at this time.
0 commit comments