diff options
author | Erlang/OTP <[email protected]> | 2014-12-09 15:21:47 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2014-12-09 15:21:47 +0100 |
commit | 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 (patch) | |
tree | c9bc8bcce1cbd888652e297ef0947113496c1f4e /lib/percept | |
parent | 6d0033735b0b75321fb70d5e2a7645533cc24250 (diff) | |
download | otp-7f3486a5ddc02a366f2945dfd009c4a2697a2b98.tar.gz otp-7f3486a5ddc02a366f2945dfd009c4a2697a2b98.tar.bz2 otp-7f3486a5ddc02a366f2945dfd009c4a2697a2b98.zip |
Prepare release
Diffstat (limited to 'lib/percept')
-rw-r--r-- | lib/percept/doc/src/notes.xml | 15 | ||||
-rw-r--r-- | lib/percept/vsn.mk | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/lib/percept/doc/src/notes.xml b/lib/percept/doc/src/notes.xml index bae999ed1a..b51c8fcb4d 100644 --- a/lib/percept/doc/src/notes.xml +++ b/lib/percept/doc/src/notes.xml @@ -32,6 +32,21 @@ </header> <p>This document describes the changes made to the Percept application.</p> +<section><title>Percept 0.8.10</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Make sure to install .hrl files when needed</p> + <p> + Own Id: OTP-12197</p> + </item> + </list> + </section> + +</section> + <section><title>Percept 0.8.9</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/percept/vsn.mk b/lib/percept/vsn.mk index 935a9d1336..4451354e21 100644 --- a/lib/percept/vsn.mk +++ b/lib/percept/vsn.mk @@ -1 +1 @@ -PERCEPT_VSN = 0.8.9 +PERCEPT_VSN = 0.8.10 |