diff options
author | Peter Andersson <[email protected]> | 2015-05-08 17:50:59 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2015-05-08 17:50:59 +0200 |
commit | 603ffe32e1947e2c9550eabe15c477c343cbaba1 (patch) | |
tree | a71b1e7a9f3ca5ec4cf744bb6469b717799b5ab7 /lib/common_test | |
parent | fad4130bd8844097b6406ddc587b2185de1937fe (diff) | |
download | otp-603ffe32e1947e2c9550eabe15c477c343cbaba1.tar.gz otp-603ffe32e1947e2c9550eabe15c477c343cbaba1.tar.bz2 otp-603ffe32e1947e2c9550eabe15c477c343cbaba1.zip |
Update version numbers and app dependencies
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/src/common_test.app.src | 11 | ||||
-rw-r--r-- | lib/common_test/vsn.mk | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index 580d5dbd7b..0be1466fc9 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -63,9 +63,10 @@ ct_master_logs]}, {applications, [kernel,stdlib]}, {env, []}, - {runtime_dependencies,["xmerl-1.3.7","webtool-0.8.10","tools-2.6.14", - "test_server-3.7.1","stdlib-2.0","ssh-3.0.1", - "snmp-4.25.1","sasl-2.4","runtime_tools-1.8.14", - "kernel-3.0","inets-5.10","erts-6.0", - "debugger-4.0","crypto-3.3","compiler-5.0"]}]}. + {runtime_dependencies,["xmerl-1.3.8","tools-2.8", + "test_server-3.9","stdlib-2.5","ssh-4.0", + "snmp-5.1.2","sasl-2.4.2","runtime_tools-1.8.16", + "kernel-4.0","inets-6.0","erts-7.0", + "debugger-4.1","crypto-3.6","compiler-6.0", + "observer-2.1"]}]}. diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index e2d921729c..ff2bd20ab3 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.10.1 +COMMON_TEST_VSN = 1.11 |