diff options
author | Erlang/OTP <otp@erlang.org> | 2022-02-15 19:44:19 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2022-02-15 19:44:19 +0100 |
commit | 95f5a792610ed4c87457863cb03b047414ad4a14 (patch) | |
tree | 0d9c35ad1645d1b8a1295c4c7414a9ce9a30e2cd /lib/common_test/src | |
parent | 7e702ac4b321c4870bdbbfc4c24ac3a5d5d572b5 (diff) | |
download | erlang-95f5a792610ed4c87457863cb03b047414ad4a14.tar.gz |
Prepare release
Diffstat (limited to 'lib/common_test/src')
-rw-r--r-- | lib/common_test/src/common_test.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index fd6daf7d93..2ad6f8c6de 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -84,13 +84,13 @@ "erts-7.0", "ftp-1.0", "inets-6.0", - "kernel-@OTP-17720@", + "kernel-8.3", "observer-2.1", "runtime_tools-1.8.16", "sasl-2.5", "snmp-5.1.2", "ssh-4.0", - "stdlib-@OTP-17720@", + "stdlib-4.0", "syntax_tools-1.7", "tools-3.2", "xmerl-1.3.8" |