From 69dc1fe989295c79a2da7c17a0bb95488b9e4c78 Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Tue, 20 Aug 2024 12:33:01 -0400 Subject: [PATCH] Bump version (v9.9.6) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a629901e5..c40fe661d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.9) -project (Qrack VERSION 9.9.5 DESCRIPTION "High Performance Quantum Bit Simulation" LANGUAGES CXX) +project (Qrack VERSION 9.9.6 DESCRIPTION "High Performance Quantum Bit Simulation" LANGUAGES CXX) # Installation commands include (GNUInstallDirs)