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

Release 3.1.0rc1

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1672 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-04-22 07:24:47 +00:00
parent 4fe475c57f
commit 8fdf8c2e44
6 changed files with 14 additions and 16 deletions

View File

@@ -21,7 +21,7 @@
*/
/*
HTML Purifier 3.0.0 - Standards Compliant HTML Filtering
HTML Purifier 3.1.0rc1 - Standards Compliant HTML Filtering
Copyright (C) 2006-2008 Edward Z. Yang
This library is free software; you can redistribute it and/or
@@ -57,7 +57,7 @@ class HTMLPurifier
{
/** Version of HTML Purifier */
public $version = '3.0.0';
public $version = '3.1.0rc1';
/** Global configuration object */
public $config;