diff options
author | Christian Weiske <cweiske@cweiske.de> | 2012-01-21 13:02:42 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2012-01-21 13:02:42 +0100 |
commit | 795de13414f5722c0ab3614eb7b1851c4c2df2c2 (patch) | |
tree | 8d0b3681478d0d1f19831210b9300b5ca78dba89 /data/templates | |
parent | 814f99d4711816c346d2df3761c7c4d2f86cd775 (diff) | |
download | semanticscuttle-795de13414f5722c0ab3614eb7b1851c4c2df2c2.tar.gz semanticscuttle-795de13414f5722c0ab3614eb7b1851c4c2df2c2.tar.bz2 |
prepare release of 0.98.4v0.98.4
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 bd9348c..d850783 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.3</li> +<li>SemanticScuttle v0.98.4</li> <?php endif ?> </ul> |