From fd9c6b8ef938f2848574c1a46a9af6953eb35397 Mon Sep 17 00:00:00 2001 From: "Joseph F. Boudreau" <boudreau@pitt.edu> Date: Mon, 8 May 2023 05:29:39 -0500 Subject: [PATCH] update to new ATLAS Extensions (with improved error message for missing magnetic field map, and bump the version number --- ATLASExtensions | 2 +- cmake/GeoModel-version.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ATLASExtensions b/ATLASExtensions index 803a7fbce..847eee852 160000 --- a/ATLASExtensions +++ b/ATLASExtensions @@ -1 +1 @@ -Subproject commit 803a7fbcef5f18596a4e78487dd5650e64928dd0 +Subproject commit 847eee85219d34706d2f3099bafb9d961fe12ffc diff --git a/cmake/GeoModel-version.cmake b/cmake/GeoModel-version.cmake index ca3fa9985..3dd19ea02 100644 --- a/cmake/GeoModel-version.cmake +++ b/cmake/GeoModel-version.cmake @@ -1,5 +1,5 @@ # Set up the version of GeoModel as a cache variable, so that other # sub-projects could use this value. -set( GeoModel_VERSION "4.4.3" CACHE STRING +set( GeoModel_VERSION "4.4.4" CACHE STRING "Version of the GeoModel project" ) -- GitLab