diff options
author | Christian Weiske <cweiske@cweiske.de> | 2012-01-21 13:44:58 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2012-01-21 13:44:58 +0100 |
commit | 95a8ca8a99e48ac3255587d3a06109b24e24b9b4 (patch) | |
tree | 45faba2331987bb12417e68fc5a96465ee9f68e6 /data/templates/default | |
parent | 1cf83b673247d6a84c0afad1f70e774f85125e8d (diff) | |
parent | 795de13414f5722c0ab3614eb7b1851c4c2df2c2 (diff) | |
download | semanticscuttle-95a8ca8a99e48ac3255587d3a06109b24e24b9b4.tar.gz semanticscuttle-95a8ca8a99e48ac3255587d3a06109b24e24b9b4.tar.bz2 |
Merge branch '0.98'
Diffstat (limited to 'data/templates/default')
-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> |