From 8a187dacbf7fdc7b7bd0ba457776b72fac61367e Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Mon, 11 Dec 2023 09:53:30 -0500 Subject: [PATCH] scorec-v10.8.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21a8ba62c..397508ba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.18.0...${CMAKE_VERSION}) -project(Omega_h VERSION 10.8.3 LANGUAGES CXX) +project(Omega_h VERSION 10.8.4 LANGUAGES CXX) set(Omega_h_USE_STK_DEFAULT OFF) option(Omega_h_USE_STK "Whether to build the STK interface" ${Omega_h_USE_STK_DEFAULT})