prepare 0.96.1

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@650 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2010-02-09 15:55:01 +00:00
parent 8a3e745378
commit 7a8c92ff1a
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<property file="build.properties" />
<property name="version-m" value="0.96" />
<property name="version" value="0.96.0" />
<property name="version" value="0.96.1" />
<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.96.0</li>
<li>SemanticScuttle v0.96.1</li>
<?php endif ?>
</ul>