diff options
Diffstat (limited to 'lib/ose')
-rw-r--r-- | lib/ose/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/ose/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/ose/doc/src/notes.xml b/lib/ose/doc/src/notes.xml index 42d41a7fa1..7e86355f98 100644 --- a/lib/ose/doc/src/notes.xml +++ b/lib/ose/doc/src/notes.xml @@ -30,6 +30,21 @@ </header> <p>This document describes the changes made to the OSE application.</p> +<section><title>Ose 1.0.2</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Add missing release notes for the OSE application.</p> + <p> + Own Id: OTP-12177</p> + </item> + </list> + </section> + +</section> + <section><title>Ose 1.0.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/ose/vsn.mk b/lib/ose/vsn.mk index ef754cf593..70db2ed69d 100644 --- a/lib/ose/vsn.mk +++ b/lib/ose/vsn.mk @@ -1 +1 @@ -OSE_VSN = 1.0.1 +OSE_VSN = 1.0.2 |