From 6740417993f6c16f89efb39a9463d807388e8b58 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Wed, 9 Jul 2025 11:40:51 +0200 Subject: [PATCH] update require version --- startup.script_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.script_common b/startup.script_common index 6e00680..2f8405b 100644 --- a/startup.script_common +++ b/startup.script_common @@ -7,7 +7,7 @@ EPICS_MODULES = "/ioc/modules" # Find a better way later to know current require version -REQUIRE_VERSION="3.3.4" +REQUIRE_VERSION="3.4.0" # autoSR location putenv "SRBASE=/ioc/data"