prepare release of 0.97.2 by updating versions and setting the release date
This commit is contained in:
parent
8d178085f4
commit
128eb20408
@ -9,7 +9,7 @@
|
||||
<property file="build.properties" />
|
||||
|
||||
<property name="version-m" value="0.97" />
|
||||
<property name="version" value="0.97.1" />
|
||||
<property name="version" value="0.97.2" />
|
||||
<property name="zipfile" value="${phing.project.name}-${version}.zip" />
|
||||
<property name="distfile" value="dist/${zipfile}" />
|
||||
<property name="sfproject" value="SemanticScuttle" />
|
||||
|
@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']);
|
||||
|
||||
|
||||
<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
|
||||
<li>SemanticScuttle v0.97.0</li>
|
||||
<li>SemanticScuttle v0.97.2</li>
|
||||
<?php endif ?>
|
||||
</ul>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
ChangeLog for SemantiScuttle
|
||||
============================
|
||||
|
||||
0.97.2 - 2011-02-XX
|
||||
0.97.2 - 2011-02-17
|
||||
-------------------
|
||||
- Fix bug #3178597: Broken link to context in gsearch admin index page
|
||||
- Fix bug #3074816: French translation breaks edit javascript
|
||||
|
Loading…
Reference in New Issue
Block a user