diff options
author | Christian Weiske <cweiske@cweiske.de> | 2013-03-21 06:31:16 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2013-03-21 06:31:16 +0100 |
commit | f8b5ad1cadd1370420f5477c47545386865baf94 (patch) | |
tree | 07d5c6c24a665ee19a960e7b0d37b793aba91104 /data/templates/default/about.tpl.php | |
parent | 85e2ccd942fc67944c9324e71097f426abf75a01 (diff) | |
parent | 54b5726157c262df3d79e0f92bfacc6d13dfb47b (diff) | |
download | semanticscuttle-f8b5ad1cadd1370420f5477c47545386865baf94.tar.gz semanticscuttle-f8b5ad1cadd1370420f5477c47545386865baf94.tar.bz2 |
Merge branch '0.98'
Diffstat (limited to 'data/templates/default/about.tpl.php')
-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 d850783..843a31f 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.4</li> +<li>SemanticScuttle v0.98.5</li> <?php endif ?> </ul> |