diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-08-09 08:12:02 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-08-09 08:12:02 +0200 |
commit | 057bc0b9320e1118940f61239fc21a5598beb124 (patch) | |
tree | 863e08497e68ddceee66895eff5785d91ebf7c79 /data | |
parent | 6df5f60e4491900c04c84a9554ab897d5c8a3c21 (diff) | |
download | semanticscuttle-057bc0b9320e1118940f61239fc21a5598beb124.tar.gz semanticscuttle-057bc0b9320e1118940f61239fc21a5598beb124.tar.bz2 |
prepare 0.98.3v0.98.3
Diffstat (limited to 'data')
-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 a9dae5c..bd9348c 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.2</li> +<li>SemanticScuttle v0.98.3</li> <?php endif ?> </ul> |