diff options
author | Hans Nilsson <[email protected]> | 2015-03-16 11:14:43 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-03-16 11:14:43 +0100 |
commit | 5319d8df72ff036bd8350cd6f00d34bd3c0d0d4e (patch) | |
tree | fd754302a93b8617c5c2289c7348e30216a86e7e | |
parent | 4b13b26fd7b8cee3d5f8dfe3d5b7831e9a7ce10d (diff) | |
download | otp-5319d8df72ff036bd8350cd6f00d34bd3c0d0d4e.tar.gz otp-5319d8df72ff036bd8350cd6f00d34bd3c0d0d4e.tar.bz2 otp-5319d8df72ff036bd8350cd6f00d34bd3c0d0d4e.zip |
ssh: uppdate version in 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 c8cac3e852..bfebe2c60b 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 3.1 +SSH_VSN = 3.1.1 APP_VSN = "ssh-$(SSH_VSN)" |