1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-10 01:06:20 +02:00

Release 3.0.0.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1483 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-01-07 02:54:16 +00:00
parent be7c1e7a8f
commit 02658df8b2
6 changed files with 21 additions and 16 deletions

View File

@ -44,7 +44,7 @@ class HTMLPurifier_Config
/**
* HTML Purifier's version
*/
public $version = '2.1.3';
public $version = '3.0.0';
/**
* Bool indicator whether or not to automatically finalize
@ -492,3 +492,4 @@ class HTMLPurifier_Config
}