X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php5.php;h=6513c6ab21c5ca5e5faf83aebeb907a9a612567c;hp=af11a5a1adfb3797743368771bfbc29ed8906dba;hb=66f4ae0bf0280ed56bf7c0f4ab175424dd1d47a0;hpb=f8fc585c18d287eb325c575596d183122486b641 diff --git a/ckeditor_php5.php b/ckeditor_php5.php index af11a5a..6513c6a 100644 --- a/ckeditor_php5.php +++ b/ckeditor_php5.php @@ -20,11 +20,11 @@ class CKEditor /** * The version of %CKEditor. */ - const version = '3.3'; + const version = '3.3.1'; /** * A constant string unique for each release of %CKEditor. */ - const timestamp = 'A4SD49Y'; + const timestamp = 'A5AB4B6'; /** * URL to the %CKEditor installation directory (absolute or relative to document root). @@ -78,7 +78,7 @@ class CKEditor * A string indicating the creation date of %CKEditor. * Do not change it unless you want to force browsers to not use previously cached version of %CKEditor. */ - public $timestamp = "A4SD49Y"; + public $timestamp = "A5AB4B6"; /** * An array that holds event listeners. */