Skip to content

Commit 89bf118

Browse files
Update version numbers etc for v1.1.0
1 parent 7ac0780 commit 89bf118

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Victorin Brunel <victorin.brunel@universite-paris-saclay.fr> Victorin <victorin.brunel@universite-paris-saclay.fr>
2+
Victorin Brunel <victorin.brunel@universite-paris-saclay.fr> Victorin Brunel <83453511+Victorin-Brunel@users.noreply.github.com>
13
Reinis Cirpons <rc234@st-andrews.ac.uk> reiniscirpons <rc234@st-andrews.ac.uk>
24
Reinis Cirpons <rc234@st-andrews.ac.uk> Reinis Cirpons <43414125+reiniscirpons@users.noreply.github.com>
35
Joe Edwards <jde1@st-andrews.ac.uk> Joe Edwards <80713360+Joseph-Edwards@users.noreply.github.com>

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ project(HPCombi)
2727
set(DESCRIPTION "High Performance Combinatorics in C++ using vector instructions"
2828
CACHE STRING "Project description.")
2929
set(VERSION_MAJOR 1 CACHE STRING "Project major version number.")
30-
set(VERSION_MINOR 0 CACHE STRING "Project minor version number.")
31-
set(VERSION_PATCH 3 CACHE STRING "Project patch version number.")
30+
set(VERSION_MINOR 1 CACHE STRING "Project minor version number.")
31+
set(VERSION_PATCH 0 CACHE STRING "Project patch version number.")
3232
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
3333

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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# HPCombi
2-
High Performance Combinatorics in C++ using vector instructions v1.0.3
2+
High Performance Combinatorics in C++ using vector instructions v1.1.0
33

44
HPCombi is a C++17 header-only library using the SSE and AVX instruction sets,
55
and some equivalents, for very fast manipulation of small combinatorial objects
@@ -22,6 +22,8 @@ other processors too.
2222

2323
## Contributors
2424

25+
- Victorin Brunel <victorin.brunel@universite-paris-saclay.fr> : wrote the
26+
BMat16 code
2527
- Reinis Cirpons <rc234@st-andrews.ac.uk> : CI
2628
- Jean-Baptiste Rouquier <jrouquie@gmail.com> : improvements to the doc
2729
- Joe Edwards <jde1@st-andrews.ac.uk> : improvements to the CI

0 commit comments

Comments
 (0)