diff options
author | Ingela Anderton Andin <[email protected]> | 2015-06-29 15:35:08 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-07-01 14:36:04 +0200 |
commit | c3ff998aee7210a8e3d8e0896d422aa157da354b (patch) | |
tree | e5267adafe9adefd31c66f49122f88f39b35bd85 | |
parent | ca166cb0b7a7202b1f923e7c84848071a7c29efc (diff) | |
download | otp-c3ff998aee7210a8e3d8e0896d422aa157da354b.tar.gz otp-c3ff998aee7210a8e3d8e0896d422aa157da354b.tar.bz2 otp-c3ff998aee7210a8e3d8e0896d422aa157da354b.zip |
inets: Prepare for release
-rw-r--r-- | lib/inets/src/inets_app/inets.appup.src | 6 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/inets/src/inets_app/inets.appup.src b/lib/inets/src/inets_app/inets.appup.src index d2475a0e48..da8791bff0 100644 --- a/lib/inets/src/inets_app/inets.appup.src +++ b/lib/inets/src/inets_app/inets.appup.src @@ -1,7 +1,7 @@ %% This is an -*- erlang -*- file. %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1999-2014. All Rights Reserved. +%% Copyright Ericsson AB 1999-2015. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -18,8 +18,8 @@ {"%VSN%", [ - {<<"5\\.*">>, [{restart_application, inets}]} + {<<"5\\..*">>, [{restart_application, inets}]} ], [ - {<<"5\\.*">>, [{restart_application, inets}]} + {<<"5\\..*">>, [{restart_application, inets}]} ]}. diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index cccfb7a44f..70bfb3ff58 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2014. All Rights Reserved. +# Copyright Ericsson AB 2001-2015. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in @@ -18,7 +18,7 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.9.8 +INETS_VSN = 5.9.8.1 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |