From fd899cf65dc01b1f07059cca718da9239d2256f4 Mon Sep 17 00:00:00 2001 From: WrathfulSpatula Date: Sun, 8 Sep 2024 15:05:15 -0400 Subject: [PATCH] Bump version (v9.9.37) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7a29c07f..29956f225 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.9) -project (Qrack VERSION 9.9.36 DESCRIPTION "High Performance Quantum Bit Simulation" LANGUAGES CXX) +project (Qrack VERSION 9.9.37 DESCRIPTION "High Performance Quantum Bit Simulation" LANGUAGES CXX) # Installation commands include (GNUInstallDirs)