From 135cdaf6a532fed2e185ea189c9871d213bb8352 Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Mon, 2 Mar 2020 10:34:49 +0100
Subject: [PATCH] Updated version to 3.2.0

---
 Makefile              | 13 +++++++++----
 configure/RELEASE     |  2 +-
 configure/RELEASE_DEV |  2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 7f78a8d2..b0faf372 100644
--- a/Makefile
+++ b/Makefile
@@ -14,11 +14,16 @@
 #  You should have received a copy of the GNU General Public License along with
 #  this program. If not, see https://www.gnu.org/licenses/gpl-2.0.txt
 #
-# Author  : Jeong Han Lee
-# email   : han.lee@esss.se
-# Date    : Wednesday, October 18 21:17:45 CEST 2017
-# version : 0.1.1
+# Author   : Jeong Han Lee
+# email    : han.lee@esss.se
+# Date     : Wednesday, October 18 21:17:45 CEST 2017
+# version  : 0.1.1
 #
+# Author 2 : Simon Rose
+# email    : simon.rose@ess.eu
+# Date     : Monday, March 2
+# version  : 3.2.0
+
 
 TOP:=$(CURDIR)
 
diff --git a/configure/RELEASE b/configure/RELEASE
index a70ec3b2..7d55e7d5 100644
--- a/configure/RELEASE
+++ b/configure/RELEASE
@@ -1,7 +1,7 @@
 EPICS_BASE=/epics/base-7.0.3.1
 
 E3_REQUIRE_NAME:=require
-E3_REQUIRE_VERSION:=simonrose
+E3_REQUIRE_VERSION:=3.2.0
 
 
 # The definitions shown below can also be placed in an untracked RELEASE.local
diff --git a/configure/RELEASE_DEV b/configure/RELEASE_DEV
index 307e89a1..560386cf 100644
--- a/configure/RELEASE_DEV
+++ b/configure/RELEASE_DEV
@@ -1,7 +1,7 @@
 EPICS_BASE=/epics/base-7.0.3
 
 E3_REQUIRE_NAME:=require
-E3_REQUIRE_VERSION:=3.1.2
+E3_REQUIRE_VERSION:=3.2.0
 
 
 # The definitions shown below can also be placed in an untracked RELEASE.local
-- 
GitLab