diff options
author | Ingela Anderton Andin <[email protected]> | 2015-05-27 15:26:33 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-05-29 14:58:22 +0200 |
commit | 5dc49ed64e451026d9ced653f6f58e3fa0fb42e4 (patch) | |
tree | 2068adfe48e8197f526d7a56c0e1f04d7cd388fa /lib | |
parent | d9671919ed9d0cbdc71f4e83d4cc11d200482226 (diff) | |
download | otp-5dc49ed64e451026d9ced653f6f58e3fa0fb42e4.tar.gz otp-5dc49ed64e451026d9ced653f6f58e3fa0fb42e4.tar.bz2 otp-5dc49ed64e451026d9ced653f6f58e3fa0fb42e4.zip |
inets: Prepare for release
Diffstat (limited to 'lib')
-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 ecb84e447c..38d46cc6fd 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,6 +18,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 5.10.8 +INETS_VSN = 5.10.9 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |