From 51e23e451ca9629f22132d76b9a5392529f8cdd0 Mon Sep 17 00:00:00 2001 From: "James D. Mitchell" Date: Thu, 6 Mar 2025 09:47:10 +0000 Subject: [PATCH] Update version numbers etc for v1.0.3 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3130d38..980e5a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ set(DESCRIPTION "High Performance Combinatorics in C++ using vector instruction CACHE STRING "Project description.") set(VERSION_MAJOR 1 CACHE STRING "Project major version number.") set(VERSION_MINOR 0 CACHE STRING "Project minor version number.") -set(VERSION_PATCH 2 CACHE STRING "Project patch version number.") +set(VERSION_PATCH 3 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 56e4601..46551f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HPCombi -High Performance Combinatorics in C++ using vector instructions v1.0.2 +High Performance Combinatorics in C++ using vector instructions v1.0.3 HPCombi is a C++17 header-only library using the SSE and AVX instruction sets, and some equivalents, for very fast manipulation of small combinatorial objects