diff options
-rw-r--r-- | build.xml | 4 | ||||
-rw-r--r-- | data/templates/about.tpl.php | 2 | ||||
-rw-r--r-- | doc/ChangeLog | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -8,8 +8,8 @@ --> <property file="build.properties" /> - <property name="version-m" value="0.96" /> - <property name="version" value="0.96.1" /> + <property name="version-m" value="0.97" /> + <property name="version" value="0.97.0" /> <property name="zipfile" value="${phing.project.name}-${version}.zip" /> <property name="distfile" value="dist/${zipfile}" /> <property name="sfproject" value="SemanticScuttle" /> diff --git a/data/templates/about.tpl.php b/data/templates/about.tpl.php index af5c6e7..7bff98d 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.96.1</li> +<li>SemanticScuttle v0.97.0</li> <?php endif ?> </ul> diff --git a/doc/ChangeLog b/doc/ChangeLog index 42d96cd..5b4e4d3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,9 +1,9 @@ ChangeLog for SemantiScuttle ============================ -0.97.0 - 2010-????? +0.97.0 - 2010-06-09 ------------------- -- Many SQL optimizations +- Many SQL optimizations - SemanticScuttle shows bookmarks 4 times faster now - New config option to skip "SET NAMES UTF8" call: $dbneedssetnames - Do not highlight admin bookmarks when $enableAdminColors is disabled - Add russian translation |