diff options
author | Ingela Anderton Andin <[email protected]> | 2012-03-22 09:47:03 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-03-22 09:47:03 +0100 |
commit | 69b111c9a7e84f380c673d93c2f44f5865999291 (patch) | |
tree | 8028e1b7cd4b8510489ed57efbeae5e05c372d4f /lib/ssh/vsn.mk | |
parent | 9bc49f73de1e2d5eb3bf94f4598f1d92f4475edc (diff) | |
parent | 3341f513fe04f20ec8bd8e2cda12bc3a7d057d08 (diff) | |
download | otp-69b111c9a7e84f380c673d93c2f44f5865999291.tar.gz otp-69b111c9a7e84f380c673d93c2f44f5865999291.tar.bz2 otp-69b111c9a7e84f380c673d93c2f44f5865999291.zip |
Merge branch 'ia/ssh/prepare-for-release' into maint
* ia/ssh/prepare-for-release:
Prepare 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 42f860d6ae..bff73a1b40 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.9 +SSH_VSN = 2.1 APP_VSN = "ssh-$(SSH_VSN)" |