Skip to content

Commit 665c9be

Browse files
committed
Bumped version
1 parent 3d53987 commit 665c9be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set(DESCRIPTION "High Performance Combinatorics in C++ using vector instruction
2323
CACHE STRING "Project description.")
2424
set(VERSION_MAJOR 0 CACHE STRING "Project major version number.")
2525
set(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.")
2727
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
2828

2929
message(STATUS "**** Build type = ${CMAKE_BUILD_TYPE}")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
SSE and AVX instruction sets allows for very fast manipulation of
55
combinatorial objects such as transformations, permutations, boolean matrices

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.5
1+
0.0.6

0 commit comments

Comments
 (0)