diff options
author | Fredrik Gustafsson <[email protected]> | 2013-08-15 15:10:31 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-08-21 09:46:23 +0200 |
commit | 2ab0f356a00f42060d0f4ca9c4225644e2d9052e (patch) | |
tree | c9c0c87cd9347be852e34574da793dace350bbe3 /lib/inets/vsn.mk | |
parent | 90f6229822c720d7616f9a11d1ca51e522586564 (diff) | |
download | otp-2ab0f356a00f42060d0f4ca9c4225644e2d9052e.tar.gz otp-2ab0f356a00f42060d0f4ca9c4225644e2d9052e.tar.bz2 otp-2ab0f356a00f42060d0f4ca9c4225644e2d9052e.zip |
[inets, ssl]: make log_alert configurable as option in ssl, SSLLogLevel added as option to inets conf file
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r-- | lib/inets/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 525d3847e6..4aa5de8f1a 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.9.2.1 +INETS_VSN = 5.9.2.2 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |