diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-08-01 21:53:00 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-08-01 21:53:00 +0200 |
commit | 8c9b9a33343821a371678d76d1b9e5797ff9e8cb (patch) | |
tree | bb58cbbd27d7f2b49459c400ebda12832dfae575 /data/templates | |
parent | 4775d7bf5adfcc3bd965f2190505f7e543557c39 (diff) | |
download | semanticscuttle-8c9b9a33343821a371678d76d1b9e5797ff9e8cb.tar.gz semanticscuttle-8c9b9a33343821a371678d76d1b9e5797ff9e8cb.tar.bz2 |
prepare 0.98.1v0.98.1
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> |