aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/vsn.mk
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-06-01 12:06:30 +0200
committerErlang/OTP <[email protected]>2015-06-01 12:06:30 +0200
commit3bdac8db40a1e57699514fad9d5e93b79b01a3ed (patch)
tree2068adfe48e8197f526d7a56c0e1f04d7cd388fa /lib/inets/vsn.mk
parentf3fefbae24a2569a13b538d80d0e99129963ebef (diff)
parent5dc49ed64e451026d9ced653f6f58e3fa0fb42e4 (diff)
downloadotp-3bdac8db40a1e57699514fad9d5e93b79b01a3ed.tar.gz
otp-3bdac8db40a1e57699514fad9d5e93b79b01a3ed.tar.bz2
otp-3bdac8db40a1e57699514fad9d5e93b79b01a3ed.zip
Merge branch 'ia/inets/filter-headers/OTP-12776' into maint-17
* ia/inets/filter-headers/OTP-12776: inets: Prepare for release inets: Add customize option
Diffstat (limited to 'lib/inets/vsn.mk')
-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 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)"