diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-02-16 00:16:33 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-02-16 00:16:33 +0100 |
commit | 128eb204081787a10b06d6962ad9e49bb2481399 (patch) | |
tree | e27a3f272ea2beb4d1635ac962c1b58968ba7450 /data/templates | |
parent | 8d178085f4fe468d58c0dfc13085390469456371 (diff) | |
download | semanticscuttle-128eb204081787a10b06d6962ad9e49bb2481399.tar.gz semanticscuttle-128eb204081787a10b06d6962ad9e49bb2481399.tar.bz2 |
prepare release of 0.97.2 by updating versions and setting the release date
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/about.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/about.tpl.php b/data/templates/about.tpl.php index 7bff98d..bb6cd9b 100644 --- a/data/templates/about.tpl.php +++ b/data/templates/about.tpl.php @@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']); <?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?> -<li>SemanticScuttle v0.97.0</li> +<li>SemanticScuttle v0.97.2</li> <?php endif ?> </ul> |