X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php4.php;h=b4fbad872d33ec8c6bcd1fadc1c9480f296ebc61;hp=bfe7c63cbb25cb677b1802c2f770484915e0dcb1;hb=66f4ae0bf0280ed56bf7c0f4ab175424dd1d47a0;hpb=f8fc585c18d287eb325c575596d183122486b641 diff --git a/ckeditor_php4.php b/ckeditor_php4.php index bfe7c63..b4fbad8 100644 --- a/ckeditor_php4.php +++ b/ckeditor_php4.php @@ -21,12 +21,12 @@ class CKEditor * The version of %CKEditor. * \private */ - var $version = '3.3'; + var $version = '3.3.1'; /** * A constant string unique for each release of %CKEditor. * \private */ - var $_timestamp = 'A4SD49Y'; + var $_timestamp = 'A5AB4B6'; /** * URL to the %CKEditor installation directory (absolute or relative to document root). @@ -80,7 +80,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. */ - var $timestamp = "A4SD49Y"; + var $timestamp = "A5AB4B6"; /** * An array that holds event listeners. * \private