diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-02-08 19:01:34 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-02-08 19:01:34 +0000 |
commit | c5c571082971a19ad0d9f92465907c905f0c7c5e (patch) | |
tree | bcf2c8a6d4752af990cfc0fff2bfe52d58e780d4 | |
parent | ca5ca1d1c9630b5d54767e1691091a8061a326eb (diff) | |
download | semanticscuttle-c5c571082971a19ad0d9f92465907c905f0c7c5e.tar.gz semanticscuttle-c5c571082971a19ad0d9f92465907c905f0c7c5e.tar.bz2 |
prepare release of version 0.96.0v0.96
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@647 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | build.xml | 4 | ||||
-rw-r--r-- | data/templates/about.tpl.php | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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> |