diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-17 11:39:41 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-11-17 11:39:41 +0000 |
commit | 981c30b57e7ca7b71c58e90b255e9f0fab51eba8 (patch) | |
tree | 6214549d0134f388570b7fbf47b1518e5d0e91e3 | |
parent | fb46a6beea8dfddde229a1fbb9c4cfc7938a74c1 (diff) | |
download | semanticscuttle-981c30b57e7ca7b71c58e90b255e9f0fab51eba8.tar.gz semanticscuttle-981c30b57e7ca7b71c58e90b255e9f0fab51eba8.tar.bz2 |
Change SemanticScuttle version
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@162 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r-- | templates/about.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/about.tpl.php b/templates/about.tpl.php index 7ff11ad..3f3cbe3 100644 --- a/templates/about.tpl.php +++ b/templates/about.tpl.php @@ -21,7 +21,7 @@ $currentUserId = $userservice->getCurrentUserId(); <?php if(!is_null($currentUser) && $userservice->isAdmin($currentUserId)): ?> -<li>SemanticScuttle v0.90</li> +<li>SemanticScuttle v0.91</li> <?php endif ?> </ul> |