From c0f3ea2b74bac46ab8ad20e4e695c8858c947883 Mon Sep 17 00:00:00 2001
From: Jeong Han Lee <jeonghan.lee@gmail.com>
Date: Mon, 17 Sep 2018 23:37:06 +0200
Subject: [PATCH] add one level up RELEASE{_DEV}.local

---
 configure/RELEASE     | 1 +
 configure/RELEASE_DEV | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configure/RELEASE b/configure/RELEASE
index 10e3fc0..33dcd92 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 5818eae..edcd5c3 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
-- 
GitLab