diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ssh/src/ssh.appup.src | 3 | ||||
| -rw-r--r-- | lib/ssh/vsn.mk | 2 | 
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/ssh/src/ssh.appup.src b/lib/ssh/src/ssh.appup.src index c4b5aa256b..f4986410ab 100644 --- a/lib/ssh/src/ssh.appup.src +++ b/lib/ssh/src/ssh.appup.src @@ -19,6 +19,7 @@  {"%VSN%",	   [ + {<<"2.1.4">>, [{load_module, ssh_sftp, soft_purge, soft_purge, []}]},    {<<"2.1.3">>, [{restart_application, ssh}]},    {<<"2.1.2">>, [{restart_application, ssh}]},    {<<"2.1.1">>, [{restart_application, ssh}]}, @@ -27,7 +28,7 @@    {<<"1\\.*">>, [{restart_application, ssh}]}   ],   [ -  {<<"2.1.3">>, [{restart_application, ssh}]}, +  {<<"2.1.4">>, [{load_module, ssh_sftp, soft_purge, soft_purge, []}]},    {<<"2.1.2">>, [{restart_application, ssh}]},    {<<"2.1.1">>, [{restart_application, ssh}]},    {<<"2.1">>,[{restart_application, ssh}]}, diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index 9fc4b0522e..8f6aac1f5d 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@  #-*-makefile-*-   ; force emacs to enter makefile-mode -SSH_VSN = 2.1.4 +SSH_VSN = 2.1.5  APP_VSN    = "ssh-$(SSH_VSN)"  | 
