File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ set(DESCRIPTION "High Performance Combinatorics in C++ using vector instruction
2323 CACHE STRING "Project description." )
2424set (VERSION_MAJOR 0 CACHE STRING "Project major version number." )
2525set (VERSION_MINOR 0 CACHE STRING "Project minor version number." )
26- set (VERSION_PATCH 5 CACHE STRING "Project patch version number." )
26+ set (VERSION_PATCH 6 CACHE STRING "Project patch version number." )
2727mark_as_advanced (VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
2828
2929message (STATUS "**** Build type = ${CMAKE_BUILD_TYPE} " )
Original file line number Diff line number Diff line change 11# HPCombi ![ build status] ( https://api.travis-ci.org/hivert/HPCombi.svg?branch=master )
2- High Performance Combinatorics in C++ using vector instructions v0.0.5
2+ High Performance Combinatorics in C++ using vector instructions v0.0.6
33
44SSE and AVX instruction sets allows for very fast manipulation of
55combinatorial objects such as transformations, permutations, boolean matrices
Original file line number Diff line number Diff line change 1- 0.0.5
1+ 0.0.6
You can’t perform that action at this time.
0 commit comments