diff options
author | Ingela Anderton Andin <[email protected]> | 2014-02-05 12:24:59 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-02-05 12:24:59 +0100 |
commit | d8795f7c4b55a9bd2a05719f0fa6297b733ee5ce (patch) | |
tree | bb829dcff1c6e863ef95d320c4022bc1dbfb1517 | |
parent | 63b793948b8561a7d541a19ead728bc4e16f0a2d (diff) | |
download | otp-d8795f7c4b55a9bd2a05719f0fa6297b733ee5ce.tar.gz otp-d8795f7c4b55a9bd2a05719f0fa6297b733ee5ce.tar.bz2 otp-d8795f7c4b55a9bd2a05719f0fa6297b733ee5ce.zip |
inets: Prepare for release
-rw-r--r-- | lib/inets/vsn.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index 4aa5de8f1a..cccfb7a44f 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2012. All Rights Reserved. +# Copyright Ericsson AB 2001-2014. 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.2.2 +INETS_VSN = 5.9.8 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |