From ea0601b0d91935e0e345175c00943b97774ceca7 Mon Sep 17 00:00:00 2001 From: Gabriel Fedel <gabriel.fedel@esss.se> Date: Wed, 28 Aug 2019 14:57:39 +0200 Subject: [PATCH] Bump module version from v3.10.8 to v3.10.9 --- configure/CONFIG_MODULE | 4 ++-- startup/llrf_template.cmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure/CONFIG_MODULE b/configure/CONFIG_MODULE index 85a498f..e6bc9f1 100644 --- a/configure/CONFIG_MODULE +++ b/configure/CONFIG_MODULE @@ -1,8 +1,8 @@ EPICS_MODULE_NAME:=sis8300llrf # -EPICS_MODULE_TAG:=tags/v3.10.8 +EPICS_MODULE_TAG:=tags/v3.10.9 # -E3_MODULE_VERSION:=3.10.8 +E3_MODULE_VERSION:=3.10.9 # ASYN_DEP_VERSION=4.33.0 # diff --git a/startup/llrf_template.cmd b/startup/llrf_template.cmd index e54b0f6..4712da4 100644 --- a/startup/llrf_template.cmd +++ b/startup/llrf_template.cmd @@ -2,7 +2,7 @@ iocshLoad $(E3_CMD_TOP)/timing.iocsh epicsEnvSet("EPICS_CA_MAX_ARRAY_BYTES" "16777300") -require sis8300llrf, 3.10.8 +require sis8300llrf, 3.10.9 ndsSetTraceLevel 3 <snippet> -- GitLab