aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/vsn.mk
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2010-11-10 16:47:39 +0100
committerMicael Karlberg <[email protected]>2010-11-10 16:47:39 +0100
commit360b932a2e3b0f4556f838612a031f62b845f0fb (patch)
treeac8b0df162b37fa51ef6ec56b48241704eeeffdc /lib/inets/vsn.mk
parent033584eab11944fa8e3c2b55747cce887cd98877 (diff)
downloadotp-360b932a2e3b0f4556f838612a031f62b845f0fb.tar.gz
otp-360b932a2e3b0f4556f838612a031f62b845f0fb.tar.bz2
otp-360b932a2e3b0f4556f838612a031f62b845f0fb.zip
New behaviour for ipv6 machines.
As the web-server uses the option ipfamily with value, inet6fb4, so should the client. Also some make cleanup (testing for TAR.exclude in data dirs before using). Header in vsn.mk file also missing for some reason!
Diffstat (limited to 'lib/inets/vsn.mk')
-rw-r--r--lib/inets/vsn.mk21
1 files changed, 20 insertions, 1 deletions
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk
index 5eff9e4e3f..ae55032f2a 100644
--- a/lib/inets/vsn.mk
+++ b/lib/inets/vsn.mk
@@ -1,5 +1,24 @@
+#-*-makefile-*- ; force emacs to enter makefile-mode
+
+# %CopyrightBegin%
+#
+# Copyright Ericsson AB 2001-2010. 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
+# compliance with the License. You should have received a copy of the
+# Erlang Public License along with this software. If not, it can be
+# retrieved online at http://www.erlang.org/.
+#
+# Software distributed under the License is distributed on an "AS IS"
+# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
+# the License for the specific language governing rights and limitations
+# under the License.
+#
+# %CopyrightEnd%
+
APPLICATION = inets
-INETS_VSN = 5.5
+INETS_VSN = 5.5.0.1
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"