Enter a release date and pin the current version.

This commit is contained in:
Thomas Keller 2012-05-06 22:34:56 +02:00
parent 03404adf64
commit 16de6a0d77
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# InDefero 1.3.1 - xxx xxx xx xx:xx 2012 UTC # InDefero 1.3.1 - Sun May 06 20:32 2012 UTC
## Bugfixes ## Bugfixes
- Compatiblity fixes for PostgreSQL (fixes issue 800) - Compatiblity fixes for PostgreSQL (issue 800)
- Fix TOC generation in wiki (issue 803) - Fix TOC generation in wiki (issue 803)
- Make the display of large files and diffs faster (fixes issue 804) - Make the display of large files and diffs faster (issue 804)
- Make the project list faster and its tag list more accurate by not - Make the project list faster and its tag list more accurate by not
counting projects that are invisible to the current user counting projects that are invisible to the current user

View File

@ -1,5 +1,5 @@
<?php <?php
return array( return array(
'version' => '1.3.1-dev', 'version' => '1.3.1',
'revision' => '$Format:%H$', 'revision' => '$Format:%H$',
); );