diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-02-28T18·36+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-02-28T18·36+0100 |
commit | 9fa1bee575886b76c3a23af37f9f3ce2ce52733c (patch) | |
tree | 413c07397b4aafbbcbf37b878542c3d3fbae991b | |
parent | f45c731cd7740cfd479d8704de16ee49e51fe06e (diff) |
Update release notes
Also use a point release version number as suggested by several people.
-rw-r--r-- | doc/manual/release-notes.xml | 10 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 513e4f03bc78..a078be83d5ab 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -8,6 +8,16 @@ <!--==================================================================--> +<section xml:id="ssec-relnotes-1.5.1"><title>Release 1.5.1 (February 28, 2013)</title> + +<para>The bug fix to the bug fix had a bug itself, of course. But +this time it will work for sure!</para> + +</section> + + +<!--==================================================================--> + <section xml:id="ssec-relnotes-1.5"><title>Release 1.5 (February 27, 2013)</title> <para>This is a brown paper bag release to fix a regression introduced diff --git a/version b/version index dc39e58d9605..8e03717dca27 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.6 \ No newline at end of file +1.5.1 \ No newline at end of file |