diff --git a/VERSION b/VERSION index 4a36342f..56fea8a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.0.0 \ No newline at end of file diff --git a/package.php b/package.php index 580038fe..be7c17ab 100644 --- a/package.php +++ b/package.php @@ -18,7 +18,7 @@ $pkg->setOptions( ) ); -$pkg->setPackage('HTMLPurifier3'); +$pkg->setPackage('HTMLPurifier'); $pkg->setLicense('LGPL', 'http://www.gnu.org/licenses/lgpl.html'); $pkg->setSummary('Standards-compliant HTML filter'); $pkg->setDescription( @@ -30,7 +30,7 @@ $pkg->setDescription( $pkg->addMaintainer('lead', 'ezyang', 'Edward Z. Yang', 'admin@htmlpurifier.org', 'yes'); -$version = file_get_contents('VERSION'); +$version = trim(file_get_contents('VERSION')); $api_version = substr($version, 0, strrpos($version, '.')); $pkg->setChannel('htmlpurifier.org'); diff --git a/release2-strict.php b/release2-strict.php deleted file mode 100644 index 51e8aa98..00000000 --- a/release2-strict.php +++ /dev/null @@ -1,30 +0,0 @@ -