diff options
author | Micael Karlberg <[email protected]> | 2011-06-15 13:23:21 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 13:23:21 +0200 |
commit | dfaf00eb4fb11cdb8470401c47b15d8068b9f8cd (patch) | |
tree | e15402192660e0e7138e146013e461a19e669497 | |
parent | 7f4b3f6b9e6d2306b58bcf071a17968b43186cdd (diff) | |
download | otp-dfaf00eb4fb11cdb8470401c47b15d8068b9f8cd.tar.gz otp-dfaf00eb4fb11cdb8470401c47b15d8068b9f8cd.tar.bz2 otp-dfaf00eb4fb11cdb8470401c47b15d8068b9f8cd.zip |
Set proper version (5.7).
-rw-r--r-- | lib/inets/doc/src/notes.xml | 4 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
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)" |