diff options
author | Micael Karlberg <[email protected]> | 2010-09-13 17:50:09 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-09-13 17:50:09 +0200 |
commit | 2c9ce108c495d4b12bd7d6d7a46af16b839ffa3d (patch) | |
tree | 8a7910268cfd886026b30c3ed9cba2d6396476d5 /lib/inets | |
parent | bbf3ab21b404aedbf9c7b7062b1e96062133fe44 (diff) | |
download | otp-2c9ce108c495d4b12bd7d6d7a46af16b839ffa3d.tar.gz otp-2c9ce108c495d4b12bd7d6d7a46af16b839ffa3d.tar.bz2 otp-2c9ce108c495d4b12bd7d6d7a46af16b839ffa3d.zip |
Prepare release for inets-5.5 (R14B).
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/src/inets_app/inets.appup.src | 66 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 3 |
2 files changed, 5 insertions, 64 deletions
diff --git a/lib/inets/src/inets_app/inets.appup.src b/lib/inets/src/inets_app/inets.appup.src index 64fe664006..84d8c9278d 100644 --- a/lib/inets/src/inets_app/inets.appup.src +++ b/lib/inets/src/inets_app/inets.appup.src @@ -18,74 +18,14 @@ {"%VSN%", [ - {"5.3.3", + {"5.4", [ {restart_application, inets} ] - }, - {"5.3.2", - [ - {restart_application, inets} - ] - }, - {"5.3.1", - [ - {restart_application, inets} - ] - }, - {"5.3", - [ - {restart_application, inets} - ] - }, - {"5.2", - [ - {restart_application, inets} - ] - }, - {"5.1.3", - [ - {restart_application, inets} - ] - }, - {"5.1.2", - [ - {restart_application, inets} - ] - } + } ], [ - {"5.3.3", - [ - {restart_application, inets} - ] - }, - {"5.3.2", - [ - {restart_application, inets} - ] - }, - {"5.3.1", - [ - {restart_application, inets} - ] - }, - {"5.3", - [ - {restart_application, inets} - ] - }, - {"5.2", - [ - {restart_application, inets} - ] - }, - {"5.1.3", - [ - {restart_application, inets} - ] - }, - {"5.1.2", + {"5.4", [ {restart_application, inets} ] diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index b53d47d99c..5eff9e4e3f 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -1,4 +1,5 @@ APPLICATION = inets -INETS_VSN = 5.4 +INETS_VSN = 5.5 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" + |