prepare release of version 0.96.0

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@647 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2010-02-08 19:01:34 +00:00
parent ca5ca1d1c9
commit c5c5710829
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@
-->
<property file="build.properties" />
<property name="version-m" value="0.95" />
<property name="version" value="0.95.1" />
<property name="version-m" value="0.96" />
<property name="version" value="0.96.0" />
<property name="zipfile" value="${phing.project.name}-${version}.zip" />
<property name="distfile" value="dist/${zipfile}" />
<property name="sfproject" value="SemanticScuttle" />

View File

@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']);
<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
<li>SemanticScuttle v0.95.1</li>
<li>SemanticScuttle v0.96.0</li>
<?php endif ?>
</ul>