aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt4
-rw-r--r--UPGRADE.txt8
-rw-r--r--templates/about.tpl.php2
3 files changed, 11 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index ac314f4..97387d2 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
-SemanticScuttle
-===============
+SemanticScuttle 0.94
+====================
A social bookmarking tool experimenting with new features
like structured tags or collaborative descriptions of tags.
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 1add42b..3051926 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -1,6 +1,14 @@
Upgrading SemanticScuttle from a previous version
=================================================
+From version 0.93 to 0.94
+-------------------------
+
+- Nothing changed except for the default configuration file.
+ It is recommended to start with a fresh config file,
+ but not neccesary. Old config files still work.
+
+
From version 0.92 to 0.93
-------------------------
diff --git a/templates/about.tpl.php b/templates/about.tpl.php
index 7803d7f..4a93d75 100644
--- a/templates/about.tpl.php
+++ b/templates/about.tpl.php
@@ -17,7 +17,7 @@ $this->includeTemplate($GLOBALS['top_include']);
<?php if(!is_null($currentUser) && $currentUser->isAdmin()): ?>
-<li>SemanticScuttle v0.93</li>
+<li>SemanticScuttle v0.94</li>
<?php endif ?>
</ul>