diff options
author | Henrik Nord <[email protected]> | 2014-10-23 11:30:40 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-10-23 11:30:40 +0200 |
commit | 9f0477e13bb8819ee252d2b8834c1411f02a9cb8 (patch) | |
tree | 6373cd013fc3ff1220b3845a8e50230d8105c04c /lib/ssh/vsn.mk | |
parent | e97f9bc1672cb2d2c07d4133030528b43b26532c (diff) | |
parent | 461757503e8ecaaeb3ea9b84f5c0dfccd3408694 (diff) | |
download | otp-9f0477e13bb8819ee252d2b8834c1411f02a9cb8.tar.gz otp-9f0477e13bb8819ee252d2b8834c1411f02a9cb8.tar.bz2 otp-9f0477e13bb8819ee252d2b8834c1411f02a9cb8.zip |
Merge branch 'maint-17' into maint
Conflicts:
OTP_VERSION
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 866b192101..68544c1d0e 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.7 +SSH_VSN = 3.0.8 APP_VSN = "ssh-$(SSH_VSN)" |