From ccff6061c12325e7e6c4847eecf987a2f3f4e4f0 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Thu, 21 Mar 2024 16:42:59 +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 994e95c..49a54eb 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.1" +REQUIRE_VERSION="3.3.3" # autoSR location putenv "SRBASE=/ioc/data"