preparing for v0.9.3 release

This commit is contained in:
Savetheinternet 2011-10-04 00:54:05 +11:00
parent 9191c0704a
commit 2b4f64c19a
4 changed files with 4 additions and 4 deletions

View File

@ -18,4 +18,4 @@ Visit the development wiki at <http://tinyboard.org/wiki/> for help.
## License
See [LICENSE.md][l] for the license.
[l]: http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md
[l]: http://github.com/savetheinternet/Tinyboard/blob/master/LICENSE.md

View File

@ -1,6 +1,6 @@
<?php
// Installation/upgrade file
define('VERSION', 'v0.9.3-dev-10');
define('VERSION', 'v0.9.3');
require 'inc/functions.php';
require 'inc/display.php';

View File

@ -158,7 +158,7 @@
[<a {pages[selected]?class="selected"}{!pages[selected]?href="{pages[link]}"}>{pages[num]}</a>]{!%last? }
} {btn[next]}</div>
{boardlist[bottom]}
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> v0.9.2 | <a href="http://tinyboard.org/">Tinyboard</a> Copyright © 2010-2011 Tinyboard Development Group</p>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> v0.9.3 | <a href="http://tinyboard.org/">Tinyboard</a> Copyright © 2010-2011 Tinyboard Development Group</p>
<p class="unimportant" style="text-align:center;">All trademarks, copyrights, comments and images on this page are owned by and/or are the responsibility of their respective parties.</p>
</body>
</html>

View File

@ -147,7 +147,7 @@
</form>
<a href="{return}">[Return]</a>
{boardlist[bottom]}
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> v0.9.2 | <a href="http://tinyboard.org/">Tinyboard</a> Copyright © 2010-2011 Tinyboard Development Group</p>
<p class="unimportant" style="margin-top:20px;text-align:center;">Powered by <a href="http://tinyboard.org/">Tinyboard</a> v0.9.3 | <a href="http://tinyboard.org/">Tinyboard</a> Copyright © 2010-2011 Tinyboard Development Group</p>
<p class="unimportant" style="text-align:center;">All trademarks, copyrights, comments and images on this page are owned by and/or are the responsibility of their respective parties.</p>
</body>
</html>