diff options
author | Micael Karlberg <[email protected]> | 2011-06-15 11:41:18 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-06-15 11:41:18 +0200 |
commit | 4384c7137cb016b8b3cb9dd4d8ee82870c08f98c (patch) | |
tree | f9fb329a97a79e0bd8619a7d584c62334e4ab1ee /lib | |
parent | 1e69822bac15f0a3eb4084fb56beb1bb6d7decd8 (diff) | |
download | otp-4384c7137cb016b8b3cb9dd4d8ee82870c08f98c.tar.gz otp-4384c7137cb016b8b3cb9dd4d8ee82870c08f98c.tar.bz2 otp-4384c7137cb016b8b3cb9dd4d8ee82870c08f98c.zip |
Set proper version (5.7).
Diffstat (limited to 'lib')
-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 0d531affa0..9071a72266 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> @@ -70,7 +70,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)" |