diff options
author | Ingela Anderton Andin <[email protected]> | 2013-03-01 14:42:32 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-03-01 14:42:32 +0100 |
commit | b51fde1cb2c6cdbc775e0ae9c669e76c83d28b78 (patch) | |
tree | ab3564f98d6bf2cd89e194f6810effac9c0ee2d5 /lib/ssh/vsn.mk | |
parent | 15575256bb42255f01d3b32e0a43262a7e69501c (diff) | |
download | otp-b51fde1cb2c6cdbc775e0ae9c669e76c83d28b78.tar.gz otp-b51fde1cb2c6cdbc775e0ae9c669e76c83d28b78.tar.bz2 otp-b51fde1cb2c6cdbc775e0ae9c669e76c83d28b78.zip |
ssh: Prepare for upcoming release
Note: If more things are added before the next releas the
appup will need more updates.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |