diff options
author | Hans Nilsson <[email protected]> | 2015-03-16 11:17:14 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-03-16 11:17:14 +0100 |
commit | f4c126c90e60385dc91dbf16d4cc1a81036bda76 (patch) | |
tree | fd754302a93b8617c5c2289c7348e30216a86e7e | |
parent | c1d5655e1f8a5849c01bcd35d3fbacc1d5c88776 (diff) | |
parent | 5319d8df72ff036bd8350cd6f00d34bd3c0d0d4e (diff) | |
download | otp-f4c126c90e60385dc91dbf16d4cc1a81036bda76.tar.gz otp-f4c126c90e60385dc91dbf16d4cc1a81036bda76.tar.bz2 otp-f4c126c90e60385dc91dbf16d4cc1a81036bda76.zip |
Merge branch 'hans/version_updates' into maint
-rw-r--r-- | lib/eldap/vsn.mk | 2 | ||||
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/eldap/vsn.mk b/lib/eldap/vsn.mk index 432ba2e742..adca41ed63 100644 --- a/lib/eldap/vsn.mk +++ b/lib/eldap/vsn.mk @@ -1 +1 @@ -ELDAP_VSN = 1.1 +ELDAP_VSN = 1.1.1 diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index c8cac3e852..bfebe2c60b 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.1 +SSH_VSN = 3.1.1 APP_VSN = "ssh-$(SSH_VSN)" |