diff options
author | Niclas Eklund <[email protected]> | 2011-05-04 12:30:18 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-04 12:30:18 +0200 |
commit | b39153c1db8e311e6fb759f7c778b10340902890 (patch) | |
tree | cbe8961e12d4a94785164914bc5c753f2c57cffe /lib/ssh/vsn.mk | |
parent | aecb7fc8cc7fd930bc50d7d1a0415e0776b99937 (diff) | |
parent | c2d329efd69a6040c94a724c935ce18e7edf0afe (diff) | |
download | otp-b39153c1db8e311e6fb759f7c778b10340902890.tar.gz otp-b39153c1db8e311e6fb759f7c778b10340902890.tar.bz2 otp-b39153c1db8e311e6fb759f7c778b10340902890.zip |
Merge branch 'maint-r14' into dev
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 8c9f671fd5..d0861b3ddc 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.0.5 +SSH_VSN = 2.0.6 APP_VSN = "ssh-$(SSH_VSN)" |