aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-02-09 15:55:01 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2010-02-09 15:55:01 +0000
commit7a8c92ff1aaa3c4b6b60319a9502288fc9395531 (patch)
tree23162065e9ef42570b26a63d5b44b949f1059676
parent8a3e745378a0328bcbb82c2e76ea76c984ef3dee (diff)
downloadsemanticscuttle-7a8c92ff1aaa3c4b6b60319a9502288fc9395531.tar.gz
semanticscuttle-7a8c92ff1aaa3c4b6b60319a9502288fc9395531.tar.bz2
prepare 0.96.1v0.96.1
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@650 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r--build.xml2
-rw-r--r--data/templates/about.tpl.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 0408bbd..9cf4de9 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />
diff --git a/data/templates/about.tpl.php b/data/templates/about.tpl.php
index 076b8c7..af5c6e7 100644
--- a/data/templates/about.tpl.php
+++ b/data/templates/about.tpl.php
@@ -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>