diff options
author | Hans Nilsson <[email protected]> | 2014-11-18 12:16:57 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-11-18 14:48:17 +0100 |
commit | 0c6532f8068d0f748fefd3dd0fb41907f1255844 (patch) | |
tree | 16cb88e6b0a432b7a574d713e325b81a5a91b05d /lib | |
parent | 0f660bdf34f4c04367febffc95bad63ee9016299 (diff) | |
download | otp-0c6532f8068d0f748fefd3dd0fb41907f1255844.tar.gz otp-0c6532f8068d0f748fefd3dd0fb41907f1255844.tar.bz2 otp-0c6532f8068d0f748fefd3dd0fb41907f1255844.zip |
ssh: update vsn.mk
Diffstat (limited to 'lib')
-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 68544c1d0e..c8cac3e852 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.0.8 +SSH_VSN = 3.1 APP_VSN = "ssh-$(SSH_VSN)" |