aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2017-09-20 09:23:09 +0200
committerDan Gudmundsson <[email protected]>2017-09-20 09:23:09 +0200
commit99876dd2dd9150ec4b15220c7fd46ed0b8200a19 (patch)
treee314c222d9528c7e4c21044fa77965904e8ad9e8 /lib/reltool
parent8b24be58d37a8912efdcec9cd1e354cfa41e4ef4 (diff)
parentbec2eddd5a3ebf5947d5305bfc8f4e82e84b6681 (diff)
downloadotp-99876dd2dd9150ec4b15220c7fd46ed0b8200a19.tar.gz
otp-99876dd2dd9150ec4b15220c7fd46ed0b8200a19.tar.bz2
otp-99876dd2dd9150ec4b15220c7fd46ed0b8200a19.zip
Merge branch 'maint'
* maint: erts, stdlib: Fix xmllint warning Update runtime deps to depend on new stdlib functionality
Diffstat (limited to 'lib/reltool')
-rw-r--r--lib/reltool/src/reltool.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/src/reltool.app.src b/lib/reltool/src/reltool.app.src
index 90f93d2901..dc21c1cfce 100644
--- a/lib/reltool/src/reltool.app.src
+++ b/lib/reltool/src/reltool.app.src
@@ -36,6 +36,6 @@
{registered, []},
{applications, [stdlib, kernel]},
{env, []},
- {runtime_dependencies, ["wx-1.2","tools-2.6.14","stdlib-2.0","sasl-2.4",
+ {runtime_dependencies, ["wx-1.2","tools-2.6.14","stdlib-3.4","sasl-2.4",
"kernel-3.0","erts-7.0"]}
]}.