diff options
author | Micael Karlberg <[email protected]> | 2013-01-28 12:59:46 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-01-28 12:59:46 +0100 |
commit | a0d96e34a9e55e4d928f814fba25c746a13de3e5 (patch) | |
tree | 7526407b4b4913f834e206d119812e3347307506 /lib/inets/vsn.mk | |
parent | e9bd9d3cec027bf6147af8355f3faff330602a45 (diff) | |
parent | eb709715f44e09d1c25c2ed47f11f44137166e00 (diff) | |
download | otp-a0d96e34a9e55e4d928f814fba25c746a13de3e5.tar.gz otp-a0d96e34a9e55e4d928f814fba25c746a13de3e5.tar.bz2 otp-a0d96e34a9e55e4d928f814fba25c746a13de3e5.zip |
Merge branch 'bmk/inets/prepare-for-release'
Diffstat (limited to 'lib/inets/vsn.mk')
-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 0c7cb5e7c2..394dccab48 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-2013. 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 +INETS_VSN = 5.9.3 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |