diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-08-08 07:30:59 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-08-08 07:30:59 +0200 |
commit | 08435a517af7f1ec73baed6d7387b1b9611e3379 (patch) | |
tree | b61fa15eb6a6e8d89e3c0a3868ef1004d3b55f1c /data/templates/default/about.tpl.php | |
parent | dd29ad13eb1c3dd11fa67c533f7538fb0932218b (diff) | |
download | semanticscuttle-08435a517af7f1ec73baed6d7387b1b9611e3379.tar.gz semanticscuttle-08435a517af7f1ec73baed6d7387b1b9611e3379.tar.bz2 |
prepare 0.98.2
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 7381570..a9dae5c 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.1</li> +<li>SemanticScuttle v0.98.2</li> <?php endif ?> </ul> |