diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-02-09 15:55:01 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2010-02-09 15:55:01 +0000 |
commit | 7a8c92ff1aaa3c4b6b60319a9502288fc9395531 (patch) | |
tree | 23162065e9ef42570b26a63d5b44b949f1059676 /data/templates/about.tpl.php | |
parent | 8a3e745378a0328bcbb82c2e76ea76c984ef3dee (diff) | |
download | semanticscuttle-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
Diffstat (limited to 'data/templates/about.tpl.php')
-rw-r--r-- | data/templates/about.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
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> |