From 68c2efcb4de94acbf4bff10e89be201f721f18cc Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 14 Feb 2025 14:17:54 +0100 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 2e7677b..3e64b29 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.3" +REQUIRE_VERSION="3.3.4" # autoSR location putenv "SRBASE=/ioc/data"