diff options
author | Rickard Green <[email protected]> | 2019-04-24 14:29:10 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-04-24 14:29:10 +0200 |
commit | 0f2ddb633ffe97a92584edfbaf95d2dce3961cc8 (patch) | |
tree | b760449c28fa4e4325f553b6f075d2c4599c3f22 /lib/wx | |
parent | 5b56ecbe12493a1ff6a0e975a65cefd09005cecd (diff) | |
download | otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.gz otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.tar.bz2 otp-0f2ddb633ffe97a92584edfbaf95d2dce3961cc8.zip |
Revert "Prepare release"
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a.
Diffstat (limited to 'lib/wx')
-rw-r--r-- | lib/wx/doc/src/notes.xml | 17 | ||||
-rw-r--r-- | lib/wx/vsn.mk | 2 |
2 files changed, 1 insertions, 18 deletions
diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 0c3374091d..33d02e22ba 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,23 +32,6 @@ <p>This document describes the changes made to the wxErlang application.</p> -<section><title>Wx 1.8.8</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>Wx 1.8.7</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/wx/vsn.mk b/lib/wx/vsn.mk index 91d15de3a9..dac219fa98 100644 --- a/lib/wx/vsn.mk +++ b/lib/wx/vsn.mk @@ -1 +1 @@ -WX_VSN = 1.8.8 +WX_VSN = 1.8.7 |