diff --git a/Makefile b/Makefile
index 7f78a8d2e7ade68ab71b41783efb4c559fbaef0f..b0faf3723bde3c3a3cc6a050021a4e6e38663b8a 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 a70ec3b21ed0a60a3b3b1efcafeb8de862cbb80b..7d55e7d55235b454fd4ef0b6034b69c4cefb3638 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 307e89a11ecf2ebaa5e4621256e1565d53e64b56..560386cf9364ed382af606df5b787a1fa46afb67 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