X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=ckeditor_php4.php;h=41f9c5b2a9b8044fba792011110a39d2f4a85f06;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=2e51439a5250ca67c172af014c91e4380f21ddcb;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/ckeditor_php4.php b/ckeditor_php4.php index 2e51439..41f9c5b 100644 --- a/ckeditor_php4.php +++ b/ckeditor_php4.php @@ -21,12 +21,12 @@ class CKEditor * The version of %CKEditor. * \private */ - var $version = '3.5.3'; + var $version = '3.6'; /** * A constant string unique for each release of %CKEditor. * \private */ - var $_timestamp = 'B37D54V'; + var $_timestamp = 'B49E5BQ'; /** * 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 = "B37D54V"; + var $timestamp = "B49E5BQ"; /** * An array that holds event listeners. * \private