From 3f8f1dc988191e77dad7e973ed3d1b4fbb6bcaad Mon Sep 17 00:00:00 2001
From: Thomas Fay <thomas.fay@esss.se>
Date: Wed, 10 Jul 2019 15:24:57 +0200
Subject: [PATCH] Bumps version of module from v3.10.2 to v3.10.3 and update
 startup script template.

---
 configure/CONFIG_MODULE   | 2 +-
 startup/llrf_template.cmd | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure/CONFIG_MODULE b/configure/CONFIG_MODULE
index 0dd72b5..58ddca5 100644
--- a/configure/CONFIG_MODULE
+++ b/configure/CONFIG_MODULE
@@ -1,6 +1,6 @@
 EPICS_MODULE_NAME:=sis8300llrf
 #
-EPICS_MODULE_TAG:=tags/v3.10.2
+EPICS_MODULE_TAG:=tags/v3.10.3
 #
 E3_MODULE_VERSION:=3.10.3
 #
diff --git a/startup/llrf_template.cmd b/startup/llrf_template.cmd
index 8500277..097fdfe 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" "8388624")
-require sis8300llrf, 3.10.2
+require sis8300llrf, 3.10.3
 ndsSetTraceLevel 5
 
 <snippet>
-- 
GitLab