diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-11 16:58:02 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-11 16:58:02 +0000 |
commit | ef5105371b7cf7d1a3b56d7007c5227dd3f1c8c9 (patch) | |
tree | 51ba3510fa9771ba9d8c7a11fed153236529384d /templates/about.tpl.php | |
parent | 44915a6e54843ccba31cc18c5a5ae469f253b1fd (diff) | |
download | semanticscuttle-ef5105371b7cf7d1a3b56d7007c5227dd3f1c8c9.tar.gz semanticscuttle-ef5105371b7cf7d1a3b56d7007c5227dd3f1c8c9.tar.bz2 |
Change version
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@274 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/about.tpl.php')
-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 94a5492..ebe9a85 100644 --- a/templates/about.tpl.php +++ b/templates/about.tpl.php @@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']); <?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?> -<li>SemanticScuttle v0.92</li> +<li>SemanticScuttle v0.93</li> <?php endif ?> </ul> |