diff options
author | Hans Nilsson <[email protected]> | 2014-01-21 17:50:50 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-01-21 17:50:50 +0100 |
commit | 1f7e86af8b3f489253c06b2043440c11168a4654 (patch) | |
tree | bf4cc3e73b2cd29bd4270102634524351837d71c /lib/ssh/vsn.mk | |
parent | f0aac62ab3d2bc91508cc35f239a8947b2194aea (diff) | |
parent | 3b373f83f64f89464a648fe608e87e805ec32547 (diff) | |
download | otp-1f7e86af8b3f489253c06b2043440c11168a4654.tar.gz otp-1f7e86af8b3f489253c06b2043440c11168a4654.tar.bz2 otp-1f7e86af8b3f489253c06b2043440c11168a4654.zip |
Merge branch 'hans/ssh/unicode/OTP-10953'
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 8186f39888..9ffc59dbaf 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 +SSH_VSN = 3.0.1 APP_VSN = "ssh-$(SSH_VSN)" |