From 98d4929d0c817a4410d3ec48c8dbfae1a9bbf72f Mon Sep 17 00:00:00 2001 From: Dan Strano Date: Sun, 16 Jul 2023 09:54:42 -0400 Subject: [PATCH] Bump version (v8.15.1) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75a45253d..dfec934e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.9) -project (Qrack VERSION 8.15.0 DESCRIPTION "High Performance Quantum Bit Simulation") +project (Qrack VERSION 8.15.1 DESCRIPTION "High Performance Quantum Bit Simulation") # Installation commands include (GNUInstallDirs)