diff options
author | Ingela Anderton Andin <[email protected]> | 2014-01-21 15:42:36 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-01-21 15:42:36 +0100 |
commit | 0e57778762b63601fa9861558d0e353360fe647a (patch) | |
tree | 16f50886d8fb1a732cb42ffcacdef25da372a471 /lib/inets/vsn.mk | |
parent | 704f2b867949aa5697b3abff672631f96cdfa9b2 (diff) | |
parent | 744984833cc1a51f51781e3417db7f152eeab4ae (diff) | |
download | otp-0e57778762b63601fa9861558d0e353360fe647a.tar.gz otp-0e57778762b63601fa9861558d0e353360fe647a.tar.bz2 otp-0e57778762b63601fa9861558d0e353360fe647a.zip |
Merge branch 'maint'
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 3c20348322..cccfb7a44f 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -2,7 +2,7 @@ # %CopyrightBegin% # -# Copyright Ericsson AB 2001-2013. 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.7 +INETS_VSN = 5.9.8 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |