X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php4.php;h=8ca63a047cae7e2e61427e7e86263e9714b31601;hp=ea9603cb41502ff92ae59c48800c1cd42cd34fbe;hb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b diff --git a/ckeditor_php4.php b/ckeditor_php4.php index ea9603c..8ca63a0 100644 --- a/ckeditor_php4.php +++ b/ckeditor_php4.php @@ -21,12 +21,12 @@ class CKEditor * The version of %CKEditor. * \private */ - var $version = '3.5.1'; + var $version = '3.5.2'; /** * A constant string unique for each release of %CKEditor. * \private */ - var $_timestamp = 'B1CB4XQ'; + var $_timestamp = 'B1GG4Z6'; /** * 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 = "B1CB4XQ"; + var $timestamp = "B1GG4Z6"; /** * An array that holds event listeners. * \private