diff --git a/configure/RELEASE b/configure/RELEASE
index 10e3fc045e0808b27c894f7b029feee82503f42e..33dcd92dd17ea225e8d9f3bfd25b37ab2923f7e8 100644
--- a/configure/RELEASE
+++ b/configure/RELEASE
@@ -4,5 +4,6 @@ E3_REQUIRE_NAME:=require
 E3_REQUIRE_VERSION:=3.0.0
 
 # The definitions shown below can also be placed in an untracked RELEASE.local
+-include $(TOP)/../../RELEASE.local
 -include $(TOP)/../RELEASE.local
 -include $(TOP)/configure/RELEASE.local
diff --git a/configure/RELEASE_DEV b/configure/RELEASE_DEV
index 5818eae6ad664798b7f929f40cc061eda7843f7e..edcd5c35eb8f15361be0de811d86693d09fa19a3 100644
--- a/configure/RELEASE_DEV
+++ b/configure/RELEASE_DEV
@@ -4,5 +4,6 @@ E3_REQUIRE_NAME:=require
 E3_REQUIRE_VERSION:=3.0.0
 
 # The definitions shown below can also be placed in an untracked RELEASE_DEV.local
+-include $(TOP)/../../RELEASE_DEV.local
 -include $(TOP)/../RELEASE_DEV.local
 -include $(TOP)/configure/RELEASE_DEV.local