From 2544dec1aa96f011f89b27fc112c2790afd985d6 Mon Sep 17 00:00:00 2001 From: Florent Hivert Date: Mon, 6 Jan 2020 09:21:41 +0100 Subject: [PATCH] Bumped version number --- CMakeLists.txt | 2 +- README.md | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 114fc78d..d58bef98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(DESCRIPTION "High Performance Combinatorics in C++ using vector instruction CACHE STRING "Project description.") set(VERSION_MAJOR 0 CACHE STRING "Project major version number.") set(VERSION_MINOR 0 CACHE STRING "Project minor version number.") -set(VERSION_PATCH 3 CACHE STRING "Project patch version number.") +set(VERSION_PATCH 5 CACHE STRING "Project patch version number.") mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH) message(STATUS "**** Build type = ${CMAKE_BUILD_TYPE}") diff --git a/README.md b/README.md index 1f57cc10..71f5caca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HPCombi ![build status](https://api.travis-ci.org/hivert/HPCombi.svg?branch=master) -High Performance Combinatorics in C++ using vector instructions v0.0.3 +High Performance Combinatorics in C++ using vector instructions v0.0.5 SSE and AVX instruction sets allows for very fast manipulation of combinatorial objects such as transformations, permutations, boolean matrices diff --git a/VERSION b/VERSION index bcab45af..bbdeab62 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.5