From eb2dee9bb94a71714b36e25d81186ee3e06b84b3 Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Sat, 7 Dec 2024 09:20:56 -0500 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 306a58f11..00daf3ec4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.10) -project (Qrack VERSION 9.13.6 DESCRIPTION "High Performance Quantum Bit Simulation" LANGUAGES CXX) +project (Qrack VERSION 9.13.7 DESCRIPTION "High Performance Quantum Bit Simulation" LANGUAGES CXX) # Installation commands include (GNUInstallDirs)