X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=ckeditor_php4.php;h=14ea95485fdb9ad7742d81e0cdcf6d2eefd3b902;hp=2caa20293ec9bd729a385b395fb0e33f33b8956a;hb=e73319a12b56100b29ef456fd74114fe5519e01c;hpb=f0610347140239143439a511ee2bd48cb784f470 diff --git a/ckeditor_php4.php b/ckeditor_php4.php index 2caa202..14ea954 100644 --- a/ckeditor_php4.php +++ b/ckeditor_php4.php @@ -21,12 +21,12 @@ class CKEditor * The version of %CKEditor. * \private */ - var $version = '3.6.1'; + var $version = '3.6.2'; /** * A constant string unique for each release of %CKEditor. * \private */ - var $_timestamp = 'B5GJ5GG'; + var $_timestamp = 'B8DJ5M3'; /** * 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 = "B5GJ5GG"; + var $timestamp = "B8DJ5M3"; /** * An array that holds event listeners. * \private