summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngela Anderton Andin <ingela@erlang.org>2014-02-05 12:24:59 +0100
committerIngela Anderton Andin <ingela@erlang.org>2014-02-05 12:24:59 +0100
commitd8795f7c4b55a9bd2a05719f0fa6297b733ee5ce (patch)
treebb829dcff1c6e863ef95d320c4022bc1dbfb1517
parent63b793948b8561a7d541a19ead728bc4e16f0a2d (diff)
downloaderlang-d8795f7c4b55a9bd2a05719f0fa6297b733ee5ce.tar.gz
inets: Prepare for release
-rw-r--r--lib/inets/vsn.mk4
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)"