diff options
author | Erlang/OTP <[email protected]> | 2016-05-12 12:04:14 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-05-12 12:04:14 +0200 |
commit | 663e847459686604ea051f036a0e4caff18cea6f (patch) | |
tree | 978aea941c88a814947a664cebd1f93991e544f3 /lib/otp_mibs | |
parent | f68a3780fbcc836c7036b55db5ee1d0447213c8f (diff) | |
download | otp-663e847459686604ea051f036a0e4caff18cea6f.tar.gz otp-663e847459686604ea051f036a0e4caff18cea6f.tar.bz2 otp-663e847459686604ea051f036a0e4caff18cea6f.zip |
Revert "Prepare release"
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a.
Diffstat (limited to 'lib/otp_mibs')
-rw-r--r-- | lib/otp_mibs/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/otp_mibs/vsn.mk | 2 |
2 files changed, 1 insertions, 16 deletions
diff --git a/lib/otp_mibs/doc/src/notes.xml b/lib/otp_mibs/doc/src/notes.xml index dbd2f47ffb..7beac5ffcb 100644 --- a/lib/otp_mibs/doc/src/notes.xml +++ b/lib/otp_mibs/doc/src/notes.xml @@ -32,21 +32,6 @@ <p>This document describes the changes made to the OTP_Mibs application.</p> -<section><title>Otp_Mibs 1.1.1</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Internal changes</p> - <p> - Own Id: OTP-13551</p> - </item> - </list> - </section> - -</section> - <section><title>Otp_Mibs 1.1</title> <section><title>Improvements and New Features</title> diff --git a/lib/otp_mibs/vsn.mk b/lib/otp_mibs/vsn.mk index 7a793007ee..38436d363e 100644 --- a/lib/otp_mibs/vsn.mk +++ b/lib/otp_mibs/vsn.mk @@ -1,4 +1,4 @@ -OTP_MIBS_VSN = 1.1.1 +OTP_MIBS_VSN = 1.1 # Note: The branch 'otp_mibs' is defunct as of otp_mibs-1.0.4 and # should NOT be used again. |