From b5c8db927009ceabf93e789018f628ee1c8c2d04 Mon Sep 17 00:00:00 2001 From: Larry Ruckman Date: Fri, 1 Mar 2024 11:25:51 -0800 Subject: [PATCH] updating submodules to latest release --- ruckus.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruckus.tcl b/ruckus.tcl index 3b84c279..79657024 100644 --- a/ruckus.tcl +++ b/ruckus.tcl @@ -8,9 +8,9 @@ if { [VersionCheck 2018.3 ] < 0 } { # Check for submodule tagging if { [info exists ::env(OVERRIDE_SUBMODULE_LOCKS)] != 1 || $::env(OVERRIDE_SUBMODULE_LOCKS) == 0 } { - if { [SubmoduleCheck {lcls-timing-core} {3.7.7} "mustBeExact" ] < 0 } {exit -1} - if { [SubmoduleCheck {ruckus} {4.9.0} "mustBeExact" ] < 0 } {exit -1} - if { [SubmoduleCheck {surf} {2.45.4} "mustBeExact" ] < 0 } {exit -1} + if { [SubmoduleCheck {lcls-timing-core} {3.8.0} "mustBeExact" ] < 0 } {exit -1} + if { [SubmoduleCheck {ruckus} {4.10.1} "mustBeExact" ] < 0 } {exit -1} + if { [SubmoduleCheck {surf} {2.47.1} "mustBeExact" ] < 0 } {exit -1} } else { puts "\n\n*********************************************************" puts "OVERRIDE_SUBMODULE_LOCKS != 0"