diff options
author | Dan Gudmundsson <[email protected]> | 2015-02-03 09:51:19 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-03-20 15:28:53 +0100 |
commit | 469e8f285f39218dfe0800b4df1c91739267c23c (patch) | |
tree | 5cc705d18b7cd5f94bda74f7ac7f3d9dcc656a58 /lib/runtime_tools/src/runtime_tools.app.src | |
parent | 9cf2be0481f26e3251fdb9de0a5d5901f4faee83 (diff) | |
download | otp-469e8f285f39218dfe0800b4df1c91739267c23c.tar.gz otp-469e8f285f39218dfe0800b4df1c91739267c23c.tar.bz2 otp-469e8f285f39218dfe0800b4df1c91739267c23c.zip |
Replace usage of erlang:now() with usage of new API
Diffstat (limited to 'lib/runtime_tools/src/runtime_tools.app.src')
-rw-r--r-- | lib/runtime_tools/src/runtime_tools.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runtime_tools/src/runtime_tools.app.src b/lib/runtime_tools/src/runtime_tools.app.src index 0a70802c08..32ea9e564b 100644 --- a/lib/runtime_tools/src/runtime_tools.app.src +++ b/lib/runtime_tools/src/runtime_tools.app.src @@ -27,6 +27,6 @@ {env, []}, {mod, {runtime_tools, []}}, {runtime_dependencies, ["stdlib-2.0","mnesia-4.12","kernel-3.0", - "erts-6.0"]}]}. + "erts-7.0"]}]}. |