]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
prepare 0.96.1 v0.96.1
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 9 Feb 2010 15:55:01 +0000 (15:55 +0000)
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>
Tue, 9 Feb 2010 15:55:01 +0000 (15:55 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@650 b3834d28-1941-0410-a4f8-b48e95affb8f

build.xml
data/templates/about.tpl.php

index 0408bbd0f1acd050f6b15aac2ea950b3471ea0f6..9cf4de974258a1162433077ff41ee3b01fa2a441 100644 (file)
--- 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" />
index 076b8c7ad88046b353e1a09a373940f7b88752e5..af5c6e7d7a1bd785da5af37e7a8edc47c7b35a16 100644 (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>