summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicael Karlberg <bmk@erlang.org>2011-06-15 13:23:21 +0200
committerMicael Karlberg <bmk@erlang.org>2011-06-15 13:23:21 +0200
commitdfaf00eb4fb11cdb8470401c47b15d8068b9f8cd (patch)
treee15402192660e0e7138e146013e461a19e669497
parent7f4b3f6b9e6d2306b58bcf071a17968b43186cdd (diff)
downloaderlang-dfaf00eb4fb11cdb8470401c47b15d8068b9f8cd.tar.gz
Set proper version (5.7).
-rw-r--r--lib/inets/doc/src/notes.xml4
-rw-r--r--lib/inets/vsn.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml
index 8d27dee8dd..c058f57352 100644
--- a/lib/inets/doc/src/notes.xml
+++ b/lib/inets/doc/src/notes.xml
@@ -32,7 +32,7 @@
<file>notes.xml</file>
</header>
- <section><title>Inets 5.6.1</title>
+ <section><title>Inets 5.7</title>
<section><title>Improvements and New Features</title>
<p>-</p>
@@ -63,7 +63,7 @@
</list>
</section>
- </section> <!-- 5.6.1 -->
+ </section> <!-- 5.7 -->
<section><title>Inets 5.6</title>
diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk
index 2bb4d83c49..4abc1733d3 100644
--- a/lib/inets/vsn.mk
+++ b/lib/inets/vsn.mk
@@ -18,7 +18,7 @@
# %CopyrightEnd%
APPLICATION = inets
-INETS_VSN = 5.6.1
+INETS_VSN = 5.7
PRE_VSN =
APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)"