1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

[3.1.0] version -> VERSION

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1693 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-04-25 05:47:36 +00:00
parent 6d9643a92e
commit 04b1ec33cb
3 changed files with 4 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ class HTMLPurifier
public $version = '3.1.0-dev';
/** Constant with version of HTML Purifier */
const version = '3.1.0-dev';
const VERSION = '3.1.0-dev';
/** Global configuration object */
public $config;