diff options
author | Henrik Nord <[email protected]> | 2019-03-26 12:14:50 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2019-03-26 12:14:50 +0100 |
commit | b9023ad36f9fd1e2154ff80089906b53b548d891 (patch) | |
tree | 6a48f02225a7ae2bbdb89bfeb309e2d12a900730 /lib/inets | |
parent | d1b431a72f65ace425d6d85e57cb6e374f8d896d (diff) | |
download | otp-b9023ad36f9fd1e2154ff80089906b53b548d891.tar.gz otp-b9023ad36f9fd1e2154ff80089906b53b548d891.tar.bz2 otp-b9023ad36f9fd1e2154ff80089906b53b548d891.zip |
Revert "Prepare release"
This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017.
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 19 | ||||
-rw-r--r-- | lib/inets/vsn.mk | 2 |
2 files changed, 2 insertions, 19 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 02d23934a6..91dd9cd6ed 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -33,24 +33,7 @@ <file>notes.xml</file> </header> - <section><title>Inets 7.0.7</title> - - <section><title>Fixed Bugs and Malfunctions</title> - <list> - <item> - <p> - All incorrect (that is, all) uses of "can not" has been - corrected to "cannot" in source code comments, - documentation, examples, and so on.</p> - <p> - Own Id: OTP-14282 Aux Id: PR-1891 </p> - </item> - </list> - </section> - -</section> - -<section><title>Inets 7.0.6</title> + <section><title>Inets 7.0.6</title> <section><title>Fixed Bugs and Malfunctions</title> <list> diff --git a/lib/inets/vsn.mk b/lib/inets/vsn.mk index fd248e793a..b7ddf39ebd 100644 --- a/lib/inets/vsn.mk +++ b/lib/inets/vsn.mk @@ -19,6 +19,6 @@ # %CopyrightEnd% APPLICATION = inets -INETS_VSN = 7.0.7 +INETS_VSN = 7.0.6 PRE_VSN = APP_VSN = "$(APPLICATION)-$(INETS_VSN)$(PRE_VSN)" |