aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml4
-rw-r--r--data/templates/about.tpl.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 4feef16..0408bbd 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />
diff --git a/data/templates/about.tpl.php b/data/templates/about.tpl.php
index 39775c9..076b8c7 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.95.1</li>
+<li>SemanticScuttle v0.96.0</li>
<?php endif ?>
</ul>