diff options
author | Ingela Anderton Andin <[email protected]> | 2016-04-25 13:30:15 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-04-25 13:30:15 +0200 |
commit | f18a1ab083e20f066a532a9c3d87e848251c1d9c (patch) | |
tree | 256b896bf565314839103825b18094e192e8cde2 /lib/inets | |
parent | 7c0c37b96fa6199e70682b8b0e5e588f70e881cd (diff) | |
download | otp-f18a1ab083e20f066a532a9c3d87e848251c1d9c.tar.gz otp-f18a1ab083e20f066a532a9c3d87e848251c1d9c.tar.bz2 otp-f18a1ab083e20f066a532a9c3d87e848251c1d9c.zip |
inets: Prepare for release
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/src/inets_app/inets.appup.src | 2 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/inets/src/inets_app/inets.appup.src b/lib/inets/src/inets_app/inets.appup.src index 4d0d656acb..3a31daeb20 100644 --- a/lib/inets/src/inets_app/inets.appup.src +++ b/lib/inets/src/inets_app/inets.appup.src @@ -18,12 +18,10 @@ %% %CopyrightEnd% {"%VSN%", [ - {<<"6.2">>, [{load_module, httpc, soft_purge, soft_purge, []}]}, {<<"6\\..*">>,[{restart_application, inets}]}, {<<"5\\..*">>,[{restart_application, inets}]} ], [ - {<<"6.2">>, [{load_module, httpc, soft_purge, soft_purge, []}]}, {<<"6\\..*">>,[{restart_application, inets}]}, {<<"5\\..*">>,[{restart_application, inets}]} ] diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 121f55c389..543e0d44fd 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 6.2.1 +INETS_VSN = 6.3 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |