1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-05 13:47:24 +02:00

Renumber as 3.1.0, however, NOT releasing (WHATSNEW isn't updated)

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1691 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-04-25 03:54:38 +00:00
parent f295465ad4
commit 438d973073
6 changed files with 7 additions and 7 deletions

View File

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