diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-08-01 22:34:11 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-08-01 22:34:11 +0200 |
commit | 008b65a1b2e167e0b8749d42b72220e8c2b53dc9 (patch) | |
tree | be64e3e2af8f82d2dcd642c45962e2393921d540 /data/templates | |
parent | 8216ae476c25960f0480233c35af9feb257563a5 (diff) | |
parent | 8c9b9a33343821a371678d76d1b9e5797ff9e8cb (diff) | |
download | semanticscuttle-008b65a1b2e167e0b8749d42b72220e8c2b53dc9.tar.gz semanticscuttle-008b65a1b2e167e0b8749d42b72220e8c2b53dc9.tar.bz2 |
Merge branch '0.98'
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/default/about.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default/about.tpl.php b/data/templates/default/about.tpl.php index 8a9b206..f53d1ca 100644 --- a/data/templates/default/about.tpl.php +++ b/data/templates/default/about.tpl.php @@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']); <?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?> -<li>SemanticScuttle v0.98.0</li> +<li>SemanticScuttle v0.98.1</li> <?php endif ?> </ul> |