diff options
author | Ingela Anderton Andin <[email protected]> | 2011-12-09 09:13:06 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2011-12-09 09:13:06 +0100 |
commit | 2d48e2ed0565c5e3f6979e3abc4299e4a9994d20 (patch) | |
tree | bf9b3d415b46ea777c53e2cc942cd0c374d384af /lib/ssh/vsn.mk | |
parent | 1fc974da091f24ef2e10ff3d293ab88cd48a3755 (diff) | |
parent | b61df764e078ba916f16abf633f44b89cffb69cc (diff) | |
download | otp-2d48e2ed0565c5e3f6979e3abc4299e4a9994d20.tar.gz otp-2d48e2ed0565c5e3f6979e3abc4299e4a9994d20.tar.bz2 otp-2d48e2ed0565c5e3f6979e3abc4299e4a9994d20.zip |
Merge branch 'ia/ssh/behaviour/OTP-9796'
* ia/ssh/behaviour/OTP-9796:
Use new directive "-callback" and prepare version and appup for release
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 fe2b915d17..42f860d6ae 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.8 +SSH_VSN = 2.0.9 APP_VSN = "ssh-$(SSH_VSN)" |