release version

git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@615 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-11-14 08:41:56 +00:00
parent c471fcf9b8
commit 73a890ff1a
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@
/_______ /|___| /__|__|_| /__|_| /__|\___ >_______ \
\/ \/ \/ \/ \/ \/
Shimmie 2.1 Release Candidate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Shimmie 2.1
~~~~~~~~~~~
RSS, BBCode + Emoticons, Wiki, Theme engine 2 + Danbooru theme, UTF8 support,
Word filter, LOTS of database optimisations, Removal of ConfigSaveEvent and
many small fixes and improvements \o/
@ -21,7 +21,7 @@ GD or ImageMagick
PHP 4 support has currently been dropped, because
a) It's a pain in the ass to support
b) Nobody has told me they want it
b) Only one person has told me they want it, and they were a dick about it
If you want PHP 4 support, mail me, and I'll see if I can get it working for
version 2.2...

View File

@ -1,7 +1,7 @@
<?php
// set up and purify the environment
define("DEBUG", false);
define("VERSION", '2.1-rc3');
define("VERSION", '2.1.0');
if(DEBUG) {
error_reporting(E_ALL);