diff options
author | Hans Nilsson <[email protected]> | 2014-02-25 16:06:01 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-02-25 16:06:01 +0100 |
commit | 5ba204b97bb101e67e5a65728db2f0a9097aa9bc (patch) | |
tree | 7b11dd0cc604aa96087dca28178d9cb64bd224da /lib/ssh | |
parent | 3ff6480a562c916d9f26e80f14418c4be7c5729b (diff) | |
download | otp-5ba204b97bb101e67e5a65728db2f0a9097aa9bc.tar.gz otp-5ba204b97bb101e67e5a65728db2f0a9097aa9bc.tar.bz2 otp-5ba204b97bb101e67e5a65728db2f0a9097aa9bc.zip |
ssh: Prepare for release
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh.appup.src | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/ssh/src/ssh.appup.src b/lib/ssh/src/ssh.appup.src index df34a5a3ff..9837630597 100644 --- a/lib/ssh/src/ssh.appup.src +++ b/lib/ssh/src/ssh.appup.src @@ -19,13 +19,15 @@ {"%VSN%", [ + {<<"3\\.0\\..*">>, [{restart_application, ssh}]}, {<<"2\\.1\\..*">>, [{restart_application, ssh}]}, {<<"2\\.0\\..*">>, [{restart_application, ssh}]}, - {<<"1\\..*">>, [{restart_application, ssh}]} + {<<"1\\..*">>, [{restart_application, ssh}]} ], [ - {<<"2\\.1\\..*">>,[{restart_application, ssh}]}, + {<<"3\\.0\\..*">>, [{restart_application, ssh}]}, + {<<"2\\.1\\..*">>, [{restart_application, ssh}]}, {<<"2\\.0\\..*">>, [{restart_application, ssh}]}, - {<<"1\\..*">>, [{restart_application, ssh}]} + {<<"1\\..*">>, [{restart_application, ssh}]} ] }. |