diff options
author | Erlang/OTP <[email protected]> | 2016-06-02 11:39:07 +0200 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2016-06-02 11:39:07 +0200 |
commit | c04cad3ba921deb086d19e2de2526af4854add75 (patch) | |
tree | 305d62687e520a194bdf3bdfccff7b2a3a57b41a /lib/observer | |
parent | 2c9dba638a8bda92e3db2d5c07e6ba251330c7ca (diff) | |
download | otp-c04cad3ba921deb086d19e2de2526af4854add75.tar.gz otp-c04cad3ba921deb086d19e2de2526af4854add75.tar.bz2 otp-c04cad3ba921deb086d19e2de2526af4854add75.zip |
Revert "Prepare release"
This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da.
Diffstat (limited to 'lib/observer')
-rw-r--r-- | lib/observer/doc/src/notes.xml | 30 | ||||
-rw-r--r-- | lib/observer/vsn.mk | 2 |
2 files changed, 1 insertions, 31 deletions
diff --git a/lib/observer/doc/src/notes.xml b/lib/observer/doc/src/notes.xml index 0c72052827..c3bd0d33b9 100644 --- a/lib/observer/doc/src/notes.xml +++ b/lib/observer/doc/src/notes.xml @@ -32,36 +32,6 @@ <p>This document describes the changes made to the Observer application.</p> -<section><title>Observer 2.2</title> - - <section><title>Improvements and New Features</title> - <list> - <item> - <p> - Update dbg and ttb to work with a tracer module as tracer - and tracing on ports.</p> - <p> - Own Id: OTP-13500</p> - </item> - <item> - <p> - Added possibility to change update frequency and length - of the graph windows.</p> - <p> - Own Id: OTP-13555</p> - </item> - <item> - <p> - Improved background coloring to work with dark themes and - other visual improvements.</p> - <p> - Own Id: OTP-13556</p> - </item> - </list> - </section> - -</section> - <section><title>Observer 2.1.2</title> <section><title>Improvements and New Features</title> diff --git a/lib/observer/vsn.mk b/lib/observer/vsn.mk index f214810199..aede0858d6 100644 --- a/lib/observer/vsn.mk +++ b/lib/observer/vsn.mk @@ -1 +1 @@ -OBSERVER_VSN = 2.2 +OBSERVER_VSN = 2.1.2 |